Pass -m to the linker in this test.
Fixes the test on a ppc host. llvm-svn: 240431
This commit is contained in:
parent
a8bc40cf3d
commit
ad3b6bfa2a
|
@ -1,6 +1,6 @@
|
|||
; 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 %t2.o
|
||||
; RUN: llvm-dis %t2.o.opt.bc -o - | FileCheck %s
|
||||
|
|
Loading…
Reference in New Issue