// Copyright 2022 the Gigamono authors. All rights reserved. GPL-3.0 License. pub(crate) struct LLTargetMachine { target_machine: LLVMTargetMachineRef, }