* Capture reexported libraries, allowable clients, rpaths, shared cache eligibility. * Add support for select Xarch options. * Add diagnostics related to capturing these options. * Add support for verifying these attributes against what is encoded in the dylib.
22 lines
289 B
CMake
22 lines
289 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Support
|
|
TextAPI
|
|
TextAPIBinaryReader
|
|
Demangle
|
|
Core
|
|
)
|
|
|
|
add_clang_library(clangInstallAPI
|
|
DiagnosticBuilderWrappers.cpp
|
|
DylibVerifier.cpp
|
|
FileList.cpp
|
|
Frontend.cpp
|
|
HeaderFile.cpp
|
|
Visitor.cpp
|
|
|
|
LINK_LIBS
|
|
clangAST
|
|
clangBasic
|
|
clangLex
|
|
)
|