ΒΆvoid setUpGenericLLVMIRPlatform(
    llvm::orc::LLJIT& J)

Description

Configure the LLJIT instance to scrape modules for llvm.global_ctors and llvm.global_dtors variables and (if present) build initialization and deinitialization functions. Platform specific initialization configurations should be preferred where available.

Declared at: llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h:40

Parameters

llvm::orc::LLJIT& J