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

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 30 15:05:19 PDT 2017


kzhuravl created this revision.
Herald added a subscriber: wdng.

https://reviews.llvm.org/D37316

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


Index: test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
===================================================================
--- test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
+++ 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.113323.patch
Type: text/x-patch
Size: 511 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170830/777a2a6a/attachment.bin>


More information about the llvm-commits mailing list