1add_llvm_component_library(LLVMPasses 2 PassBuilder.cpp 3 PassBuilderBindings.cpp 4 PassPlugin.cpp 5 StandardInstrumentations.cpp 6 7 ADDITIONAL_HEADER_DIRS 8 ${LLVM_MAIN_INCLUDE_DIR}/llvm 9 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes 10 11 DEPENDS 12 intrinsics_gen 13 14 LINK_COMPONENTS 15 AggressiveInstCombine 16 Analysis 17 Core 18 Coroutines 19 IPO 20 InstCombine 21 ObjCARC 22 Scalar 23 Support 24 Target 25 TransformUtils 26 Vectorize 27 Instrumentation 28 ) 29