1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

Really fix the issue with 502957cc9cf805dc6093950e8cdcd0db4969d933. Windows %p and FileCheck limitations makes the test linux only

llvm-svn: 278748
This commit is contained in:
Hemant Kulkarni 2016-08-15 21:38:23 +00:00
parent b6b1df4fc2
commit ccd40f9671

View File

@ -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