llvm/clang/lib/APINotes/CMakeLists.txt
Saleem Abdulrasool f6b02ecd02 APINotes: add property models for YAML attributes
This adds internal representation of the attributes in a more usable
form.  This is meant to allow programmatic access to the attributes that
are specified in the YAML data.

This is based upon the work contributed by Apple at
https://github.com/llvm/llvm-project-staging/tree/staging/swift/apinotes.

Differential Revision: https://reviews.llvm.org/D91104
Reviewed By: Gabor Marton
2020-11-23 21:29:17 +00:00

8 lines
143 B
CMake

set(LLVM_LINK_COMPONENTS
Support)
add_clang_library(clangAPINotes
APINotesTypes.cpp
APINotesYAMLCompiler.cpp
LINK_LIBS
clangBasic)