From b8303eb654c1ba1833cfd048ed1f01309b19afe2 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 29 May 2013 08:40:49 +0000 Subject: [PATCH] Move test that depends on the X86 backend into the right subdirectory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182834 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/{ => X86}/cross-cu-inline.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/DebugInfo/{ => X86}/cross-cu-inline.ll (100%) diff --git a/test/DebugInfo/cross-cu-inline.ll b/test/DebugInfo/X86/cross-cu-inline.ll similarity index 100% rename from test/DebugInfo/cross-cu-inline.ll rename to test/DebugInfo/X86/cross-cu-inline.ll -- 2.34.1