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

improve -ffile-prefix-map detection #2517

Merged

Commits on Sep 27, 2022

  1. improve -ffile-prefix-map detection

    the current implementation has two problems:
    * `clang-cl` does not know `-ffile-prefix-map`, but it identifies as
    "Clang", so the compiler will warn about an unknown compiler option
    * xcode's clang however does not identify as "Clang", but as
    "AppleClang". so `-ffile-prefix-map` is not passed although it is
    supported by the compiler
    timblechmann committed Sep 27, 2022
    Copy the full SHA
    2848c2c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Copy the full SHA
    752743b View commit details
    Browse the repository at this point in the history