Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clang][InstallAPI] Add input file support to library #81701

Merged
merged 3 commits into from
Feb 20, 2024

Commits on Feb 20, 2024

  1. [clang][InstallAPI] Add input file support to library

    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.
    cyndyishida committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4210939 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28cc0d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cd2a30 View commit details
    Browse the repository at this point in the history