1set(LLVM_LINK_COMPONENTS
2  Analysis
3  Core
4  Support
5  )
6
7add_llvm_example_library(ExampleIRTransforms
8  InitializePasses.cpp
9  SimplifyCFG.cpp
10
11  ADDITIONAL_HEADER_DIRS
12
13  DEPENDS
14  intrinsics_gen
15  )
16