From 48857eb17935c664626fb2eb333ef7c2b56215cd Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 11 Nov 2011 18:13:19 +0000 Subject: [PATCH] Move X86 specific test in X86 directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144395 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/{ => X86}/pr11300.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/DebugInfo/{ => X86}/pr11300.ll (100%) diff --git a/test/DebugInfo/pr11300.ll b/test/DebugInfo/X86/pr11300.ll similarity index 100% rename from test/DebugInfo/pr11300.ll rename to test/DebugInfo/X86/pr11300.ll -- 2.34.1