1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Update test:

- REQUIRES: x86_64-linux -> REQUIRES: shell

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

llvm-svn: 312245
This commit is contained in:
Konstantin Zhuravlyov 2017-08-31 15:35:33 +00:00
parent 95c1ffb88b
commit 3bf121705c

View 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