[PATCH] D61856: [test]Make test work on Windows

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 14 03:52:08 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL360660: [test]Make test work on Windows (authored by jhenderson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61856?vs=199260&id=199395#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D61856

Files:
  llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll


Index: llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
===================================================================
--- llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
+++ llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
@@ -1,5 +1,4 @@
-;  REQUIRES: shell
-;  RUN: sed -e "s,SRC_COMPDIR,%p/Inputs,g" %s > %t.ll
+;  RUN: sed -e "s,SRC_COMPDIR,%/p/Inputs,g" %s > %t.ll
 ;  RUN: llc  -o %t.o -filetype=obj -mtriple=x86_64-pc-linux  %t.ll
 ;  RUN: llvm-objdump -d -l %t.o >%t0
 ;  RUN: llvm-objdump -dl %t.o >%t1


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61856.199395.patch
Type: text/x-patch
Size: 573 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190514/facf956e/attachment.bin>


More information about the llvm-commits mailing list