From 00160e226f68c87f70b7e9cae464c51339a28026 Mon Sep 17 00:00:00 2001 From: Markus Lavin Date: Tue, 19 Mar 2019 15:15:28 +0000 Subject: [PATCH] [DebugInfo] Move test files added in r356451 Moved the X86 dependant .ll tests added in r356451 from test/DebugInfo/Generic to test/DebugInfo/X86. llvm-svn: 356460 --- llvm/test/DebugInfo/{Generic => X86}/convert-debugloc.ll | 0 llvm/test/DebugInfo/{Generic => X86}/convert-inlined.ll | 0 llvm/test/DebugInfo/{Generic => X86}/convert-linked.ll | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename llvm/test/DebugInfo/{Generic => X86}/convert-debugloc.ll (100%) rename llvm/test/DebugInfo/{Generic => X86}/convert-inlined.ll (100%) rename llvm/test/DebugInfo/{Generic => X86}/convert-linked.ll (100%) diff --git a/llvm/test/DebugInfo/Generic/convert-debugloc.ll b/llvm/test/DebugInfo/X86/convert-debugloc.ll similarity index 100% rename from llvm/test/DebugInfo/Generic/convert-debugloc.ll rename to llvm/test/DebugInfo/X86/convert-debugloc.ll diff --git a/llvm/test/DebugInfo/Generic/convert-inlined.ll b/llvm/test/DebugInfo/X86/convert-inlined.ll similarity index 100% rename from llvm/test/DebugInfo/Generic/convert-inlined.ll rename to llvm/test/DebugInfo/X86/convert-inlined.ll diff --git a/llvm/test/DebugInfo/Generic/convert-linked.ll b/llvm/test/DebugInfo/X86/convert-linked.ll similarity index 100% rename from llvm/test/DebugInfo/Generic/convert-linked.ll rename to llvm/test/DebugInfo/X86/convert-linked.ll -- 2.7.4