[llvm-commits] [llvm] r132255 - in /llvm/trunk/test/MC: ARM/elf-thumbfunc.s ELF/elf-thumbfunc.s

Benjamin Kramer benny.kra at googlemail.com
Sat May 28 04:01:30 PDT 2011


Author: d0k
Date: Sat May 28 06:01:30 2011
New Revision: 132255

URL: http://llvm.org/viewvc/llvm-project?rev=132255&view=rev
Log:
Move ARM specific test into the ARM subdir.

Added:
    llvm/trunk/test/MC/ARM/elf-thumbfunc.s
      - copied unchanged from r132254, llvm/trunk/test/MC/ELF/elf-thumbfunc.s
Removed:
    llvm/trunk/test/MC/ELF/elf-thumbfunc.s

Removed: llvm/trunk/test/MC/ELF/elf-thumbfunc.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/elf-thumbfunc.s?rev=132254&view=auto
==============================================================================
--- llvm/trunk/test/MC/ELF/elf-thumbfunc.s (original)
+++ llvm/trunk/test/MC/ELF/elf-thumbfunc.s (removed)
@@ -1,20 +0,0 @@
-@@ test st_value bit 0 of thumb function
-@ RUN: llvm-mc %s -triple=thumbv7-linux-gnueabi -filetype=obj -o - | \
-@ RUN: elf-dump  | FileCheck %s
-	.syntax unified
-	.text
-	.globl	foo
-	.align	2
-	.type	foo,%function
-	.code	16
-	.thumb_func
-foo:
-	bx	lr
-
-@@ make sure foo is thumb function: bit 0 = 1 (st_value)
- at CHECK:           Symbol 0x00000004
- at CHECK-NEXT:      'st_name', 0x00000001
- at CHECK-NEXT:      'st_value', 0x00000001
- at CHECK-NEXT:      'st_size', 0x00000000
- at CHECK-NEXT:      'st_bind', 0x00000001
- at CHECK-NEXT:      'st_type', 0x00000002





More information about the llvm-commits mailing list