mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix test failure on ARM.
llvm-svn: 215140
This commit is contained in:
parent
d107b67e15
commit
8279279659
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user