[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:
Arnaud A. de Grandmaison 2016-06-28 08:12:09 +00:00
parent f5d0848f55
commit 6a84436d51

View File

@ -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