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