[ELF] Add missing -target option.

llvm-svn: 193974
This commit is contained in:
Rui Ueyama 2013-11-04 03:08:55 +00:00
parent 29cc006eb8
commit 0a5802a260
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
RUN: lld -flavor gnu -e main -o %t -L%p/Inputs %p/Inputs/undef.o -lundef
RUN: lld -flavor gnu -target x86_64 -e main -o %t -L%p/Inputs \
RUN: %p/Inputs/undef.o -lundef
RUN: llvm-readobj -relocations -symbols %t | FileCheck %s
RUN: lld -flavor gnu -e main -o %t -L%p/Inputs %p/Inputs/undef-pc32.o -lundef
RUN: lld -flavor gnu -target x86_64 -e main -o %t -L%p/Inputs \
RUN: %p/Inputs/undef-pc32.o -lundef
RUN: llvm-readobj -relocations -symbols %t | FileCheck %s
# DSO source code: