Skip to content

Commit 4df69c1

Browse files
committed
[ARM] Make testcase warning pattern match more specific
Make the warning more specific as downstream compilers could produce other warnings. Reviewed By: tstellar Differential Revision: https://reviews.llvm.org/D122487
1 parent f5a9b5c commit 4df69c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/aarch64-security-options.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252

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

0 commit comments

Comments
 (0)