[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-commits
Subject:    [PATCH] D66176: Fix Driver/modules.cpp test to work when build directory name contains '.s'
From:       Tom Stellard via Phabricator via llvm-commits <llvm-commits () lists ! llvm ! org>
Date:       2019-09-30 23:41:13
Message-ID: 3abcc928acf8f4f84000832b39dbb058 () localhost ! localdomain
[Download RAW message or body]

This revision was automatically updated to reflect the committed changes.
Closed by commit rL373275: Fix Driver/modules.cpp test to work when build directory \
name contains &#039;.s&#039; (authored by tstellar, committed by ). Herald added a \
project: LLVM. Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D66176?vs=222205&id=222521#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66176/new/

https://reviews.llvm.org/D66176

Files:
  cfe/trunk/test/Driver/modules.cpp


Index: cfe/trunk/test/Driver/modules.cpp
===================================================================
--- cfe/trunk/test/Driver/modules.cpp
+++ cfe/trunk/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
 


["D66176.222521.patch" (text/x-patch)]

Index: cfe/trunk/test/Driver/modules.cpp
===================================================================
--- cfe/trunk/test/Driver/modules.cpp
+++ cfe/trunk/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
 


[Attachment #4 (text/plain)]

_______________________________________________
llvm-commits mailing list
llvm-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic