
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
13 lines
237 B
CMake
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)
|