[ELF] Add missing -target options.

These tests assume that the created objects are for x86_64. These tests
failed on non-x86_64 environments, such as 32 bit Windows.

llvm-svn: 193910
This commit is contained in:
Rui Ueyama 2013-11-02 03:50:03 +00:00
parent d19d0bc5d2
commit 2ccdfb219d
2 changed files with 3 additions and 2 deletions

View File

@ -8,7 +8,7 @@
# } # }
# #
# RUN: lld -flavor gnu %s -e _entrypoint --noinhibit-exec -o %t1 # RUN: lld -flavor gnu -target x86_64 %s -e _entrypoint --noinhibit-exec -o %t1
# RUN: llvm-nm -n %t1 | FileCheck %s # RUN: llvm-nm -n %t1 | FileCheck %s
# #
# CHECK: 004001e0 T main # CHECK: 004001e0 T main

View File

@ -1,4 +1,5 @@
RUN: lld -flavor gnu --merge-strings -r --output-filetype=yaml %p/Inputs/reloc-test.elf-i386 | FileCheck %s -check-prefix ELF-i386 RUN: lld -flavor gnu -target x86_64 --merge-strings -r --output-filetype=yaml \
RUN: %p/Inputs/reloc-test.elf-i386 | FileCheck %s -check-prefix ELF-i386
ELF-i386: defined-atoms: ELF-i386: defined-atoms:
ELF-i386: - ref-name: [[STRNAMEA:[-a-zA-Z0-9_]+]] ELF-i386: - ref-name: [[STRNAMEA:[-a-zA-Z0-9_]+]]