Files
clang-p2996/llvm/examples/OrcV2Examples/LLJITDumpObjects/CMakeLists.txt
Lang Hames 633ea07200 [Orc] Add basic OrcV2 C bindings and example.
Renames the llvm/examples/LLJITExamples directory to llvm/examples/OrcV2Examples
since it is becoming a home for all OrcV2 examples, not just LLJIT.

See http://llvm.org/PR31103.
2020-03-14 14:41:22 -07:00

14 lines
172 B
CMake

set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
IRReader
JITLink
OrcJIT
Support
nativecodegen
)
add_llvm_example(LLJITDumpObjects
LLJITDumpObjects.cpp
)