ΒΆ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:126

Parameters

LLVMTargetMachineRef T