[PATCH] D122487: [ARM] Make testcase warning pattern match more specific

Ranjeet Singh via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 28 06:44:53 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG4df69c1ff19f: [ARM] Make testcase warning pattern match more specific (authored by rs).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122487/new/

https://reviews.llvm.org/D122487

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


Index: clang/test/Driver/aarch64-security-options.c
===================================================================
--- clang/test/Driver/aarch64-security-options.c
+++ clang/test/Driver/aarch64-security-options.c
@@ -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'


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122487.418571.patch
Type: text/x-patch
Size: 475 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220328/e3d9e78d/attachment.bin>


More information about the cfe-commits mailing list