ΒΆchar* LLVMGetTargetMachineTriple(
    LLVMTargetMachineRef T)

Description

Returns the triple used creating this target machine. See llvm::TargetMachine::getTriple. The result needs to be disposed with LLVMDisposeMessage.

Declared at: llvm/include/llvm-c/TargetMachine.h:116

Parameters

LLVMTargetMachineRef T