[llvm-commits] [llvm] r138777 - /llvm/trunk/test/MC/ARM/thumb2_instructions.s
Jim Grosbach
grosbach at apple.com
Mon Aug 29 16:00:19 PDT 2011
Author: grosbach
Date: Mon Aug 29 18:00:19 2011
New Revision: 138777
URL: http://llvm.org/viewvc/llvm-project?rev=138777&view=rev
Log:
Remove test file. Superceded by other more exhaustive tests.
Removed:
llvm/trunk/test/MC/ARM/thumb2_instructions.s
Removed: llvm/trunk/test/MC/ARM/thumb2_instructions.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/thumb2_instructions.s?rev=138776&view=auto
==============================================================================
--- llvm/trunk/test/MC/ARM/thumb2_instructions.s (original)
+++ llvm/trunk/test/MC/ARM/thumb2_instructions.s (removed)
@@ -1,14 +0,0 @@
-@ RUN: llvm-mc -triple thumbv7-unknown-unknown -show-encoding %s > %t
-@ RUN: FileCheck < %t %s
-
-@ FIXME: This test is completely bogus. Replace it with real tests.
-@ XFAIL: *
- .syntax unified
- .text
-
-@ FIXME: This is not the correct instruction representation, but at least we are
-@ parsing the ldr to something.
-@
-@ CHECK: ldr r0, [r7, #258]
- ldr r0, [r7, #-8]
-
More information about the llvm-commits
mailing list