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
[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git]
/
clang
/
lib
/
APINotes
/
CMakeLists.txt
blob
dc83edd911ce2022b3abd0a4290397af5081e557
1
set(LLVM_LINK_COMPONENTS
2
BitReader
3
BitstreamReader
4
Support)
5
add_clang_library(clangAPINotes
6
APINotesManager.cpp
7
APINotesReader.cpp
8
APINotesTypes.cpp
9
APINotesWriter.cpp
10
APINotesYAMLCompiler.cpp
11
LINK_LIBS
12
clangBasic)