[llvm] r183442 - Move the test for the data in code into the ARM directory as it is an ARM

Kevin Enderby enderby at apple.com
Thu Jun 6 13:28:28 PDT 2013


Author: enderby
Date: Thu Jun  6 15:28:28 2013
New Revision: 183442

URL: http://llvm.org/viewvc/llvm-project?rev=183442&view=rev
Log:
Move the test for the data in code into the ARM directory as it is an ARM
binary that is used for the test.  Caught by Jim Grosbach!

rdar://11791371

Added:
    llvm/trunk/test/Object/ARM/macho-data-in-code.test
Removed:
    llvm/trunk/test/Object/X86/macho-data-in-code.test

Added: llvm/trunk/test/Object/ARM/macho-data-in-code.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/ARM/macho-data-in-code.test?rev=183442&view=auto
==============================================================================
--- llvm/trunk/test/Object/ARM/macho-data-in-code.test (added)
+++ llvm/trunk/test/Object/ARM/macho-data-in-code.test Thu Jun  6 15:28:28 2013
@@ -0,0 +1,7 @@
+RUN: llvm-objdump -triple thumbv7-apple-iOS -disassemble %p/../Inputs/macho-data-in-code.macho-thumbv7 -macho | FileCheck %s
+
+CHECK:      12:	80 bd                                        	pop	{r7, pc}
+
+CHECK:      14:	38 00 00 00                                  	.long 56	@ KIND_DATA
+CHECK:      16:	00 00                                        	movs	r0, r0
+

Removed: llvm/trunk/test/Object/X86/macho-data-in-code.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Object/X86/macho-data-in-code.test?rev=183441&view=auto
==============================================================================
--- llvm/trunk/test/Object/X86/macho-data-in-code.test (original)
+++ llvm/trunk/test/Object/X86/macho-data-in-code.test (removed)
@@ -1,7 +0,0 @@
-RUN: llvm-objdump -triple thumbv7-apple-iOS -disassemble %p/../Inputs/macho-data-in-code.macho-thumbv7 -macho | FileCheck %s
-
-CHECK:      12:	80 bd                                        	pop	{r7, pc}
-
-CHECK:      14:	38 00 00 00                                  	.long 56	@ KIND_DATA
-CHECK:      16:	00 00                                        	movs	r0, r0
-





More information about the llvm-commits mailing list