blob: 42b9d1c4f9ae81f9e2bd2b6534b2c80fa451bc6b [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
IRReader
JITLink
OrcJIT
Support
nativecodegen
)
add_llvm_example(LLJITDumpObjects
LLJITDumpObjects.cpp
)
export_executable_symbols(LLJITDumpObjects)