blob: 9b01951b19f92f739f68a35264042d0aa69f8868 [file] [log] [blame]
Florian Hahn0bb22b92020-01-04 15:01:43 +00001set(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 )