1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix test failure on ARM.

llvm-svn: 215140
This commit is contained in:
Rafael Espindola 2014-08-07 20:33:06 +00:00
parent d107b67e15
commit 8279279659

View File

@ -6,12 +6,12 @@
; RUN: llvm-dis %t2.o -o - | FileCheck %s
; RUN: ld -plugin %llvmshlibdir/LLVMgold.so \
; RUN: --plugin-opt=also-emit-llvm \
; RUN: -m elf_x86_64 --plugin-opt=also-emit-llvm \
; RUN: -shared %t.o -o %t3.o
; RUN: llvm-dis %t3.o.bc -o /dev/null
; RUN: ld -plugin %llvmshlibdir/LLVMgold.so \
; RUN: --plugin-opt=also-emit-llvm=%t4 \
; RUN: -m elf_x86_64 --plugin-opt=also-emit-llvm=%t4 \
; RUN: -shared %t.o -o %t3.o
; RUN: llvm-dis %t4 -o /dev/null