From be5d464765ca4effa5de6ad154e92d81838e0e62 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 16 Jun 2017 23:02:05 +0000 Subject: [PATCH] Move testcase into the target-appropriate subdirectory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305602 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/{Generic => X86}/partial-constant.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/DebugInfo/{Generic => X86}/partial-constant.ll (100%) diff --git a/test/DebugInfo/Generic/partial-constant.ll b/test/DebugInfo/X86/partial-constant.ll similarity index 100% rename from test/DebugInfo/Generic/partial-constant.ll rename to test/DebugInfo/X86/partial-constant.ll -- 2.50.1