Skip to content

Commit

Permalink
[ARM] Make testcase warning pattern match more specific
Browse files Browse the repository at this point in the history
Make the warning more specific as downstream compilers could produce other warnings.

Reviewed By: tstellar

Differential Revision: https://reviews.llvm.org/D122487
  • Loading branch information
rs-arm committed Mar 28, 2022
1 parent f5a9b5c commit 4df69c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/aarch64-security-options.c
Expand Up @@ -52,4 +52,4 @@

// Check that the linker driver doesn't warn about -mbranch-protection=standard
// as an unused option.
// LINKER-DRIVER-NOT: warning:
// LINKER-DRIVER-NOT: warning: argument unused during compilation: '-mbranch-protection=standard'

0 comments on commit 4df69c1

Please sign in to comment.