We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868e1fc commit cc51cbeCopy full SHA for cc51cbe
clang/test/Driver/no-integrated-cpp.c
@@ -22,7 +22,7 @@
22
// SRC-SAVE-SAME: "-o" "[[ASM:.*.s]]"
23
// SRC-SAVE-SAME: "-x" "ir" "[[BITCODE]]"
24
//
25
-// SRC-SAVE-NEXT: "-cc1as"
+// SRC-SAVE-NEXT: {{"-cc1as"|"[^"]*/as"}}
26
// SRC-SAVE-SAME: "-o" "a.o" "[[ASM]]"
27
28
// RUN: %clang -O2 %t.i -c -o a.o -no-integrated-cpp -### 2>&1 | FileCheck %s --check-prefixes=PRE
@@ -41,7 +41,7 @@
41
// PRE-SAVE-SAME: "-o" "[[ASM:.*.s]]"
42
// PRE-SAVE-SAME: "-x" "ir" "[[BITCODE]]"
43
44
-// PRE-SAVE-NEXT: "-cc1as"
+// PRE-SAVE-NEXT: {{"-cc1as"|"[^"]*/as"}}
45
// PRE-SAVE-SAME: "-o" "a.o" "[[ASM]]"
46
47
// RUN: %clang -O2 %s -c -emit-llvm -o a.bc -no-integrated-cpp -### 2>&1 | FileCheck %s --check-prefixes=LLVM
0 commit comments