Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / examples / OrcV2Examples / OrcV2CBindingsLazy / CMakeLists.txt
blob74238cbce8af3bbd348b1a219428b182a67cc352
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   IRReader
5   JITLink
6   MC
7   OrcJIT
8   Support
9   Target
10   nativecodegen
11   )
13 add_llvm_example(OrcV2CBindingsLazy
14   OrcV2CBindingsLazy.c
15   )
17 export_executable_symbols(OrcV2CBindingsLazy)