[llvm] r312245 - Update test:
Konstantin Zhuravlyov via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 31 08:35:33 PDT 2017
Author: kzhuravl
Date: Thu Aug 31 08:35:33 2017
New Revision: 312245
URL: http://llvm.org/viewvc/llvm-project?rev=312245&view=rev
Log:
Update test:
- REQUIRES: x86_64-linux -> REQUIRES: shell
Differential Revision: https://reviews.llvm.org/D37316
Modified:
llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
Modified: llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll?rev=312245&r1=312244&r2=312245&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll (original)
+++ llvm/trunk/test/tools/llvm-objdump/X86/source-interleave-x86_64.ll Thu Aug 31 08:35:33 2017
@@ -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
More information about the llvm-commits
mailing list