brintos

brintos / llvm-project-archived public Read only

0
0
Text · 571 B · 91c8c4f Raw
37 lines · plain
1add_llvm_component_library(LLVMPasses2  CodeGenPassBuilder.cpp3  OptimizationLevel.cpp4  PassBuilder.cpp5  PassBuilderBindings.cpp6  PassBuilderPipelines.cpp7  PassPlugin.cpp8  StandardInstrumentations.cpp9 10  ADDITIONAL_HEADER_DIRS11  ${LLVM_MAIN_INCLUDE_DIR}/llvm12  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes13 14  DEPENDS15  intrinsics_gen16 17  LINK_COMPONENTS18  AggressiveInstCombine19  Analysis20  CFGuard21  CodeGen22  GlobalISel23  Core24  Coroutines25  HipStdPar26  IPO27  InstCombine28  IRPrinter29  ObjCARC30  Scalar31  Support32  Target33  TransformUtils34  Vectorize35  Instrumentation36  )37