summaryrefslogtreecommitdiffstats
path: root/test/Driver/modules.cpp
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2019-10-11 22:17:51 +0000
committerTom Stellard <tstellar@redhat.com>2019-10-11 22:17:51 +0000
commitbed37d4b18ce6993fc2567e8de61f6b30fd0cb75 (patch)
tree2e96eeeba9481b34607f26d1c205bf8cbf1dcd6c /test/Driver/modules.cpp
parentaad7a4909f55a8f1c2e8f36cb8ac1c7c78d27564 (diff)
Merging r373275:upstream/release_90
------------------------------------------------------------------------ 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 ------------------------------------------------------------------------ git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_90@374605 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/modules.cpp')
-rw-r--r--test/Driver/modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/modules.cpp b/test/Driver/modules.cpp
index 7c549c1300..4f4e3a4140 100644
--- a/test/Driver/modules.cpp
+++ b/test/Driver/modules.cpp
@@ -15,7 +15,7 @@
// RUN: %clang -std=c++2a %t/module.pcm -S -o %t/module.pcm.o -v 2>&1 | FileCheck %s --check-prefix=CHECK-COMPILE
//
// CHECK-COMPILE: -cc1 {{.*}} {{-emit-obj|-S}}
-// CHECK-COMPILE-SAME: -o {{.*}}.{{pcm.o|s}}
+// CHECK-COMPILE-SAME: -o {{.*}}module{{2*}}.pcm.o
// CHECK-COMPILE-SAME: -x pcm
// CHECK-COMPILE-SAME: {{.*}}.pcm