[PATCH] D37316: REQUIRES: x86_64-linux -> REQUIRES: shell

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 31 08:36:43 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL312245: Update test: (authored by kzhuravl).

Changed prior to commit:
  https://reviews.llvm.org/D37316?vs=113323&id=113411#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37316

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,4 +1,4 @@
-;  REQUIRES: x86_64-linux
+;  REQUIRES: shell
 ;  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 | FileCheck --check-prefix="LINES" %t.ll


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37316.113411.patch
Type: text/x-patch
Size: 544 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170831/3c293c9a/attachment.bin>


More information about the llvm-commits mailing list