[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / examples / OrcV2Examples / LLJITWithOptimizingIRTransform / CMakeLists.txt
bloba9cd91ad596ad61ff01fde4fcb2b818d7dfc6c8a
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   IPO
5   IRReader
6   OrcJIT
7   ScalarOpts
8   Support
9   nativecodegen
10   )
12 add_llvm_example(LLJITWithOptimizingIRTransform
13   LLJITWithOptimizingIRTransform.cpp
14   )