1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

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.