3 Commits

Author SHA1 Message Date
Cyndy Ishida
278774e428
[InstallAPI] Cleanup I/O error handling for input lists (#90664)
Add validation in the FileList reader to check that the headers exist and use similar diagnostics in Options.cpp
2024-04-30 16:10:20 -07:00
Bill Wendling
7fa8585fde [NFC][clang] Remove trailing whitespaces 2024-02-21 12:21:35 -08:00
Cyndy Ishida
4c6043de0b
[clang][InstallAPI] Add input file support to library (#81701)
This patch adds support for expected InstallAPI inputs. InstallAPI
accepts a well defined filelist of headers and how those headers
represent a single library.

InstallAPI captures header files to determine linkable symbols to then
compare against what was compiled in a binary dylib and generate TBD
files.
2024-02-20 09:39:00 -08:00