[llvm-commits] [llvm] r133856 - in /llvm/trunk/test/MC: ARM/thumb2-movt-fixup.s MachO/thumb2-movt-fixup.s

Jim Grosbach grosbach at apple.com
Fri Jun 24 18:53:17 PDT 2011


Author: grosbach
Date: Fri Jun 24 20:53:17 2011
New Revision: 133856

URL: http://llvm.org/viewvc/llvm-project?rev=133856&view=rev
Log:
Move ARM-specific test to ARM directory.

Hopefully make the x86-target-only Windows bots happy.

Added:
    llvm/trunk/test/MC/ARM/thumb2-movt-fixup.s
      - copied unchanged from r133855, llvm/trunk/test/MC/MachO/thumb2-movt-fixup.s
Removed:
    llvm/trunk/test/MC/MachO/thumb2-movt-fixup.s

Removed: llvm/trunk/test/MC/MachO/thumb2-movt-fixup.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/thumb2-movt-fixup.s?rev=133855&view=auto
==============================================================================
--- llvm/trunk/test/MC/MachO/thumb2-movt-fixup.s (original)
+++ llvm/trunk/test/MC/MachO/thumb2-movt-fixup.s (removed)
@@ -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)),
-





More information about the llvm-commits mailing list