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