[llvm] r278748 - Really fix the issue with 502957cc9cf805dc6093950e8cdcd0db4969d933. Windows %p and FileCheck limitations makes the test linux only

Hemant Kulkarni via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 15 14:38:23 PDT 2016


Author: khemant
Date: Mon Aug 15 16:38:23 2016
New Revision: 278748

URL: http://llvm.org/viewvc/llvm-project?rev=278748&view=rev
Log:
Really fix the issue with 502957cc9cf805dc6093950e8cdcd0db4969d933. Windows %p and FileCheck limitations makes the test linux only

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=278748&r1=278747&r2=278748&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 Mon Aug 15 16:38:23 2016
@@ -1,3 +1,4 @@
+;  REQUIRES: x86_64-linux
 ;  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