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
[SDAG] Use BatchAAResults for querying alias analysis (AA) results (#123934)
[llvm-project.git]
/
clang
/
lib
/
InstallAPI
/
CMakeLists.txt
blob
b63173bc1be3e94ddf431e88bb7a723316cfa84d
1
set(LLVM_LINK_COMPONENTS
2
Support
3
TextAPI
4
TextAPIBinaryReader
5
Demangle
6
Core
7
)
8
9
add_clang_library(clangInstallAPI
10
DiagnosticBuilderWrappers.cpp
11
DirectoryScanner.cpp
12
DylibVerifier.cpp
13
FileList.cpp
14
Frontend.cpp
15
HeaderFile.cpp
16
Library.cpp
17
Visitor.cpp
18
19
LINK_LIBS
20
clangAST
21
clangBasic
22
clangLex
23
)