From: Jim Grosbach Date: Sat, 25 Jun 2011 01:53:17 +0000 (+0000) Subject: Move ARM-specific test to ARM directory. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=75c2b2028bd898cb8448fcf0fa76c3d47843a164;p=oota-llvm.git Move ARM-specific test to ARM directory. Hopefully make the x86-target-only Windows bots happy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133856 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/ARM/thumb2-movt-fixup.s b/test/MC/ARM/thumb2-movt-fixup.s new file mode 100644 index 00000000000..ddd95b54791 --- /dev/null +++ b/test/MC/ARM/thumb2-movt-fixup.s @@ -0,0 +1,17 @@ +@ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s + +_fred: + movt r3, :upper16:(_wilma-(LPC0_0+4)) +LPC0_0: + +_wilma: + .long 0 + +@ CHECK: ('_relocations', [ +@ CHECK: # Relocation 0 +@ CHECK: (('word-0', 0xb9000000), +@ CHECK: ('word-1', 0x4)), +@ CHECK: # Relocation 1 +@ CHECK: (('word-0', 0xb100fffc), +@ CHECK: ('word-1', 0x4)), + diff --git a/test/MC/MachO/thumb2-movt-fixup.s b/test/MC/MachO/thumb2-movt-fixup.s deleted file mode 100644 index ddd95b54791..00000000000 --- a/test/MC/MachO/thumb2-movt-fixup.s +++ /dev/null @@ -1,17 +0,0 @@ -@ RUN: llvm-mc -mcpu=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s - -_fred: - movt r3, :upper16:(_wilma-(LPC0_0+4)) -LPC0_0: - -_wilma: - .long 0 - -@ CHECK: ('_relocations', [ -@ CHECK: # Relocation 0 -@ CHECK: (('word-0', 0xb9000000), -@ CHECK: ('word-1', 0x4)), -@ CHECK: # Relocation 1 -@ CHECK: (('word-0', 0xb100fffc), -@ CHECK: ('word-1', 0x4)), -