llvm-for-llvmta/examples/IRTransforms/CMakeLists.txt

16 lines
202 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
set(LLVM_LINK_COMPONENTS
Analysis
Core
Support
)
add_llvm_example_library(ExampleIRTransforms
InitializePasses.cpp
SimplifyCFG.cpp
ADDITIONAL_HEADER_DIRS
DEPENDS
intrinsics_gen
)