[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git] / clang / lib / APINotes / CMakeLists.txt
blobdc83edd911ce2022b3abd0a4290397af5081e557
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)