mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-25 13:35:39 +00:00
[gold] Really fix test to run on non x86 platforms.
Address post-commit comment from H.J. Lu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274000 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f5d0848f55
commit
6a84436d51
@ -1,5 +1,5 @@
|
||||
; RUN: llvm-as %s -o %t.o
|
||||
; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
|
||||
; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
|
||||
; RUN: --plugin-opt=save-temps \
|
||||
; RUN: -shared %t.o -o %t.so
|
||||
; RUN: llvm-readobj -r %t.so.o | FileCheck %s
|
||||
|
Loading…
Reference in New Issue
Block a user