18 lines · plain
1add_llvm_component_library(LLVMAggressiveInstCombine2 AggressiveInstCombine.cpp3 TruncInstCombine.cpp4 5 ADDITIONAL_HEADER_DIRS6 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms7 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms/AggressiveInstCombine8 9 DEPENDS10 intrinsics_gen11 12 LINK_COMPONENTS13 Analysis14 Core15 Support16 TransformUtils17 )18