Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / examples / OrcV2Examples / LLJITWithObjectLinkingLayerPlugin / CMakeLists.txt
blob6177d4596e3691667343fd06adc6efe6bc7aba84
1 set(LLVM_LINK_COMPONENTS
2   Core
3   IRReader
4   JITLink
5   OrcJIT
6   Support
7   nativecodegen
8   )
10 add_llvm_example(LLJITWithObjectLinkingLayerPlugin
11   LLJITWithObjectLinkingLayerPlugin.cpp
12   )
14 export_executable_symbols(LLJITWithObjectLinkingLayerPlugin)