
InstallAPI does not directly look at object files in the dylib for verification. To help diagnose violations where a declaration is undiscovered in headers, parse the dSYM and look up the source location for symbols. Emitting out the source location with a diagnostic is enough for some IDE's (e.g. Xcode) to have them map back to editable source files.
11 lines
151 B
CMake
11 lines
151 B
CMake
add_llvm_component_library(LLVMTextAPIBinaryReader
|
|
DylibReader.cpp
|
|
|
|
LINK_COMPONENTS
|
|
DebugInfoDWARF
|
|
Support
|
|
Object
|
|
TextAPI
|
|
TargetParser
|
|
)
|