18 lines
286 B
CMake
18 lines
286 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Core
|
||
|
ExecutionEngine
|
||
|
IRReader
|
||
|
JITLink
|
||
|
MC
|
||
|
OrcJIT
|
||
|
Support
|
||
|
Target
|
||
|
nativecodegen
|
||
|
)
|
||
|
|
||
|
add_llvm_example(OrcV2CBindingsReflectProcessSymbols
|
||
|
OrcV2CBindingsReflectProcessSymbols.c
|
||
|
)
|
||
|
|
||
|
export_executable_symbols(OrcV2CBindingsReflectProcessSymbols)
|