[llvm] r250701 - Fix windows bot failures from r250699 by removing "/" from expected path

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 08:19:03 PDT 2015


Author: tejohnson
Date: Mon Oct 19 10:19:02 2015
New Revision: 250701

URL: http://llvm.org/viewvc/llvm-project?rev=250701&view=rev
Log:
Fix windows bot failures from r250699 by removing "/" from expected path
in test output.

Modified:
    llvm/trunk/test/tools/llvm-lto/thinlto.ll

Modified: llvm/trunk/test/tools/llvm-lto/thinlto.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-lto/thinlto.ll?rev=250701&r1=250700&r2=250701&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-lto/thinlto.ll (original)
+++ llvm/trunk/test/tools/llvm-lto/thinlto.ll Mon Oct 19 10:19:02 2015
@@ -6,8 +6,8 @@
 ; RUN: not test -e %t3
 
 ; COMBINED: <MODULE_STRTAB_BLOCK
-; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}/thinlto.ll.tmp{{.*}}.o'
-; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}/thinlto.ll.tmp{{.*}}.o'
+; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}thinlto.ll.tmp{{.*}}.o'
+; COMBINED-NEXT: <ENTRY {{.*}} record string = '{{.*}}thinlto.ll.tmp{{.*}}.o'
 ; COMBINED-NEXT: </MODULE_STRTAB_BLOCK
 ; COMBINED-NEXT: <FUNCTION_SUMMARY_BLOCK
 ; COMBINED-NEXT: <COMBINED_ENTRY




More information about the llvm-commits mailing list