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

compiletest: "fix" FileCheck with --allow-unused-prefixes #84883

Merged
merged 2 commits into from
May 19, 2021

Commits on May 3, 2021

  1. compiletest: "fix" FileCheck with --allow-unused-prefixes

    The default of --allow-unused-prefixes used to be false, but in LLVM
    change 87dbdd2 (https://reviews.llvm.org/D95849) the default became
    true. I'm not quite sure how we could do better here (specifically not
    providing the CHECK prefix when it's not needed), but this seems to work
    for now.
    durin42 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    f429ab3 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Configuration menu
    Copy the full SHA
    3035816 View commit details
    Browse the repository at this point in the history