Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / examples / HowToUseLLJIT / CMakeLists.txt
blob3ca99e5598e7628974b62606525a6859daf4d02f
1 set(LLVM_LINK_COMPONENTS
2   Core
3   OrcJIT
4   Support
5   nativecodegen
6   )
8 add_llvm_example(HowToUseLLJIT
9   HowToUseLLJIT.cpp
10   )
12 export_executable_symbols(HowToUseLLJIT)