]> granicus.if.org Git - llvm/commitdiff
Update test:
authorKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Thu, 31 Aug 2017 15:35:33 +0000 (15:35 +0000)
committerKonstantin Zhuravlyov <kzhuravl_dev@outlook.com>
Thu, 31 Aug 2017 15:35:33 +0000 (15:35 +0000)
  - REQUIRES: x86_64-linux -> REQUIRES: shell

Differential Revision: https://reviews.llvm.org/D37316

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312245 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 2080e46f2ab4169ceaea39098816d83905a9da22..02e0198a9b2959878448501262294c42cba311a3 100644 (file)
@@ -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