From 285bd8e6f9c65bed2b86169e2561fc8b0756adee 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183442 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 -- 2.34.1