[llvm] r196457 - Move llvm/test/MC/ELF/thumb-st_other.s to test/MC/ARM.

NAKAMURA Takumi geek4civic at gmail.com
Wed Dec 4 18:21:44 PST 2013


Author: chapuni
Date: Wed Dec  4 20:21:44 2013
New Revision: 196457

URL: http://llvm.org/viewvc/llvm-project?rev=196457&view=rev
Log:
Move llvm/test/MC/ELF/thumb-st_other.s to test/MC/ARM.

Added:
    llvm/trunk/test/MC/ARM/thumb-st_other.s
      - copied, changed from r196456, llvm/trunk/test/MC/ELF/thumb-st_other.s
Removed:
    llvm/trunk/test/MC/ELF/thumb-st_other.s

Copied: llvm/trunk/test/MC/ARM/thumb-st_other.s (from r196456, llvm/trunk/test/MC/ELF/thumb-st_other.s)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/thumb-st_other.s?p2=llvm/trunk/test/MC/ARM/thumb-st_other.s&p1=llvm/trunk/test/MC/ELF/thumb-st_other.s&r1=196456&r2=196457&rev=196457&view=diff
==============================================================================
    (empty)

Removed: llvm/trunk/test/MC/ELF/thumb-st_other.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ELF/thumb-st_other.s?rev=196456&view=auto
==============================================================================
--- llvm/trunk/test/MC/ELF/thumb-st_other.s (original)
+++ llvm/trunk/test/MC/ELF/thumb-st_other.s (removed)
@@ -1,19 +0,0 @@
-@ Check the value of st_other for thumb function.
-
-@ ARM does not define any st_other flags for thumb function.  The value
-@ for st_other should always be 0.
-
-@ RUN: llvm-mc < %s -triple thumbv5-linux-gnueabi -filetype=obj -o - \
-@ RUN:   | llvm-readobj -t | FileCheck %s
-
-	.syntax	unified
-	.text
-	.align	2
-	.thumb_func
-	.global	main
-	.type	main,%function
-main:
-	bx	lr
-
-@ CHECK: Name: main
-@ CHECK: Other: 0





More information about the llvm-commits mailing list