From: David Blaikie Date: Wed, 7 Oct 2015 16:26:28 +0000 (+0000) Subject: Move test back to Generic now it's fixed the right way (thanks Eric!) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7fc9259e6bc62223cf510db19bdc6315af48910;p=llvm Move test back to Generic now it's fixed the right way (thanks Eric!) I knee-jerk tried to fix this in completely the wrong way - it's not an CPU limitation, but an OS/object file type one, so moving it into a CPU-specific classification didn't help at all. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249562 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/X86/def-line.ll b/test/DebugInfo/Generic/def-line.ll similarity index 100% rename from test/DebugInfo/X86/def-line.ll rename to test/DebugInfo/Generic/def-line.ll