================
@@ -0,0 +1,15 @@
+// RUN: %clang -### -c --target=x86_64 -Wa,--gsframe %s -Werror 2>&1 |
FileCheck %s
+// CHECK: "-cc1" {{.*}}"--gsframe"
----------------
tarunprabhu wrote:
Consider using `SAME` here instead of a wildcard match. For instance:
```
CHECK: "-cc1"
CHECK-SAME: "--gsframe"
```
https://github.com/llvm/llvm-project/pull/165806
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits