From: Rafael Espindola Date: Thu, 4 Jun 2015 15:25:47 +0000 (+0000) Subject: Move test that depends on x86 to the x86 directory. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c71a3797a606a78d33d1dcf0fbad038140b42880;p=llvm 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 --- diff --git a/test/Object/no-start-symbol.test b/test/Object/X86/no-start-symbol.test similarity index 70% rename from test/Object/no-start-symbol.test rename to test/Object/X86/no-start-symbol.test index ea8e6db8dbf..b468894c7b6 100644 --- a/test/Object/no-start-symbol.test +++ b/test/Object/X86/no-start-symbol.test @@ -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.