Pass -m elf_x84_64 to gold invocations.

Fixes pr25868.

llvm-svn: 255930
This commit is contained in:
Rafael Espindola 2015-12-17 21:56:27 +00:00
parent 1cc243a08f
commit 762a6ac0b5
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
; RUN: llvm-as %s -o %t.o
; REQUIRES: asserts
; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
; RUN: --plugin-opt=disable-verify \
; RUN: --plugin-opt=-debug-pass=Arguments \
; RUN: -shared %t.o -o %t2.o 2>&1 | FileCheck %s
; RUN: %gold -plugin %llvmshlibdir/LLVMgold.so \
; RUN: %gold -m elf_x86_64 -plugin %llvmshlibdir/LLVMgold.so \
; RUN: --plugin-opt=-debug-pass=Arguments \
; RUN: -shared %t.o -o %t2.o 2>&1 | FileCheck %s -check-prefix=VERIFY