ΒΆconst char* LLVMOrcLLJITGetTripleString(
    LLVMOrcLLJITRef J)

Description

Return the target triple for this LLJIT instance. This string is owned by the LLJIT instance and should not be freed by the client.

Declared at: llvm/include/llvm-c/LLJIT.h:144

Parameters

LLVMOrcLLJITRef J