From 9032830bea5ef11f132499c76674dc8944b16f7c Mon Sep 17 00:00:00 2001 From: Kevin Enderby Date: Thu, 6 Jun 2013 20:28:28 +0000 Subject: [PATCH] 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 llvm-svn: 183442 --- test/Object/{X86 => ARM}/macho-data-in-code.test | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/Object/{X86 => ARM}/macho-data-in-code.test (100%) diff --git a/test/Object/X86/macho-data-in-code.test b/test/Object/ARM/macho-data-in-code.test similarity index 100% rename from test/Object/X86/macho-data-in-code.test rename to test/Object/ARM/macho-data-in-code.test