1add_llvm_component_library(LLVMPasses 2 CodeGenPassBuilder.cpp 3 DroppedVariableStatsIR.cpp 4 OptimizationLevel.cpp 5 PassBuilder.cpp 6 PassBuilderBindings.cpp 7 PassBuilderPipelines.cpp 8 PassPlugin.cpp 9 StandardInstrumentations.cpp 10 11 ADDITIONAL_HEADER_DIRS 12 ${LLVM_MAIN_INCLUDE_DIR}/llvm 13 ${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes 14 15 DEPENDS 16 intrinsics_gen 17 18 LINK_COMPONENTS 19 AggressiveInstCombine 20 Analysis 21 CFGuard 22 CodeGen 23 Core 24 Coroutines 25 HipStdPar 26 IPO 27 InstCombine 28 IRPrinter 29 ObjCARC 30 Scalar 31 Support 32 Target 33 TransformUtils 34 Vectorize 35 Instrumentation 36 ) 37