Pass -m to the linker in this test.

Fixes the test on a ppc host.

llvm-svn: 240431
This commit is contained in:
Rafael Espindola 2015-06-23 18:04:54 +00:00
parent a8bc40cf3d
commit ad3b6bfa2a
1 changed files with 1 additions and 1 deletions

View File

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