Files
clang-p2996/clang/lib/InstallAPI/CMakeLists.txt
Cyndy Ishida 27b2d7d4bb [InstallAPI] Capture & compare load commands that may differ per arch slice (#87674)
* 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.
2024-04-05 13:58:24 -07:00

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
)