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 f8f1e81 commit 171c0c2Copy full SHA for 171c0c2
clang/test/Driver/modules.cpp
@@ -15,7 +15,7 @@
15
// RUN: %clang -std=c++2a %t/module.pcm -S -o %t/module.pcm.o -v 2>&1 | FileCheck %s --check-prefix=CHECK-COMPILE
16
//
17
// CHECK-COMPILE: -cc1 {{.*}} {{-emit-obj|-S}}
18
-// CHECK-COMPILE-SAME: -o {{.*}}.{{pcm.o|s}}
+// CHECK-COMPILE-SAME: -o {{.*}}module{{2*}}.pcm.o
19
// CHECK-COMPILE-SAME: -x pcm
20
// CHECK-COMPILE-SAME: {{.*}}.pcm
21
0 commit comments