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

Parameters

LLVMTargetMachineRef T