Skip to content

Commit 171c0c2

Browse files
committed
Merging r373275:
------------------------------------------------------------------------ r373275 | tstellar | 2019-09-30 16:42:17 -0700 (Mon, 30 Sep 2019) | 9 lines Fix Driver/modules.cpp test to work when build directory name contains '.s' Reviewers: dyung, rsmith, hansw Subscribers: mati865, mgorny, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D66176 ------------------------------------------------------------------------ llvm-svn: 374605
1 parent f8f1e81 commit 171c0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/modules.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// RUN: %clang -std=c++2a %t/module.pcm -S -o %t/module.pcm.o -v 2>&1 | FileCheck %s --check-prefix=CHECK-COMPILE
1616
//
1717
// CHECK-COMPILE: -cc1 {{.*}} {{-emit-obj|-S}}
18-
// CHECK-COMPILE-SAME: -o {{.*}}.{{pcm.o|s}}
18+
// CHECK-COMPILE-SAME: -o {{.*}}module{{2*}}.pcm.o
1919
// CHECK-COMPILE-SAME: -x pcm
2020
// CHECK-COMPILE-SAME: {{.*}}.pcm
2121

0 commit comments

Comments
 (0)