[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / examples / IRTransforms / CMakeLists.txt
blob9b01951b19f92f739f68a35264042d0aa69f8868
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   Support
5   )
7 add_llvm_example_library(ExampleIRTransforms
8   InitializePasses.cpp
9   SimplifyCFG.cpp
11   ADDITIONAL_HEADER_DIRS
13   DEPENDS
14   intrinsics_gen
15   )