Move test that depends on x86 to the x86 directory.

llvm-svn: 239043
This commit is contained in:
Rafael Espindola 2015-06-04 15:25:47 +00:00
parent 014efeabf9
commit 22f3e6f348

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.