repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
lib
/
Passes
/
CMakeLists.txt
blob
703969f8b5f40fb19d771648322c02a48200cb02
1
add_llvm_component_library(LLVMPasses
2
OptimizationLevel.cpp
3
PassBuilder.cpp
4
PassBuilderBindings.cpp
5
PassBuilderPipelines.cpp
6
PassPlugin.cpp
7
StandardInstrumentations.cpp
8
9
ADDITIONAL_HEADER_DIRS
10
${LLVM_MAIN_INCLUDE_DIR}/llvm
11
${LLVM_MAIN_INCLUDE_DIR}/llvm/Passes
12
13
DEPENDS
14
intrinsics_gen
15
16
LINK_COMPONENTS
17
AggressiveInstCombine
18
Analysis
19
Core
20
Coroutines
21
IPO
22
InstCombine
23
ObjCARC
24
Scalar
25
Support
26
Target
27
TransformUtils
28
Vectorize
29
Instrumentation
30
)