Move test that depends on x86 to the x86 directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239043 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola 2015-06-04 15:25:47 +00:00
parent 0f898d59f8
commit c71a3797a6

View File

@ -1,4 +1,4 @@
RUN: llvm-objdump -d %p/Inputs/no-start-symbol.elf-x86_64 | FileCheck %s
RUN: llvm-objdump -d %p/../Inputs/no-start-symbol.elf-x86_64 | FileCheck %s
Test that we disassemble the start of the section.