[ELF] Refine isExported/isPreemptible condition
[llvm-project.git] / llvm / examples / OrcV2Examples / LLJITWithExecutorProcessControl / CMakeLists.txt
blob47f50ca746440f500d222f16970196b1947b88bd
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   IRReader
5   OrcJIT
6   Support
7   nativecodegen
8   )
10 add_llvm_example(LLJITWithExecutorProcessControl
11   LLJITWithExecutorProcessControl.cpp
12   )