ΒΆchar* LLVMGetTargetMachineCPU(
LLVMTargetMachineRef T)
char* LLVMGetTargetMachineCPU(
LLVMTargetMachineRef T)
Description
Returns the cpu used creating this target machine. See llvm::TargetMachine::getCPU. The result needs to be disposed with LLVMDisposeMessage.
Declared at: llvm/include/llvm-c/TargetMachine.h:115
Parameters
- LLVMTargetMachineRef T