blob: 9b01951b19f92f739f68a35264042d0aa69f8868 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Analysis
Core
Support
)
add_llvm_example_library(ExampleIRTransforms
InitializePasses.cpp
SimplifyCFG.cpp
ADDITIONAL_HEADER_DIRS
DEPENDS
intrinsics_gen
)