mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Fix test failure on ARM.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215140 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
84c5f9d0fc
commit
1f4ef379d2
@ -6,12 +6,12 @@
|
|||||||
; RUN: llvm-dis %t2.o -o - | FileCheck %s
|
; RUN: llvm-dis %t2.o -o - | FileCheck %s
|
||||||
|
|
||||||
; RUN: ld -plugin %llvmshlibdir/LLVMgold.so \
|
; 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: -shared %t.o -o %t3.o
|
||||||
; RUN: llvm-dis %t3.o.bc -o /dev/null
|
; RUN: llvm-dis %t3.o.bc -o /dev/null
|
||||||
|
|
||||||
; RUN: ld -plugin %llvmshlibdir/LLVMgold.so \
|
; 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: -shared %t.o -o %t3.o
|
||||||
; RUN: llvm-dis %t4 -o /dev/null
|
; RUN: llvm-dis %t4 -o /dev/null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user