forked from OSchip/llvm-project
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: 373275
This commit is contained in:
parent
41ead4281f
commit
f18d747107
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue