Egor Zhdan f049395fc8
[APINotes] Upstream APINotesManager
This upstreams more of the Clang API Notes functionality that is
currently implemented in the Apple fork:
https://github.com/apple/llvm-project/tree/next/clang/lib/APINotes
2023-11-17 13:28:51 +00:00

13 lines
237 B
CMake

set(LLVM_LINK_COMPONENTS
BitReader
BitstreamReader
Support)
add_clang_library(clangAPINotes
APINotesManager.cpp
APINotesReader.cpp
APINotesTypes.cpp
APINotesWriter.cpp
APINotesYAMLCompiler.cpp
LINK_LIBS
clangBasic)