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

[driver] Do not warn about unused plugin flags. #88948

Merged
merged 2 commits into from
May 6, 2024

Commits on Apr 30, 2024

  1. Do not warn about unused plugin flags.

    Plugins are not loaded without the -cc1 phase. Do not report them when
    running on a assembly file or when linking. Many build tools add these
    options to all driver invocations. See GH llvm#88173.
    Meinersbur committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d2cd620 View commit details
    Browse the repository at this point in the history
  2. Address reviewer comment

    Meinersbur committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    6e22e57 View commit details
    Browse the repository at this point in the history