From c7fc9259e6bc62223cf510db19bdc6315af48910 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 7 Oct 2015 16:26:28 +0000 Subject: [PATCH] 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 --- test/DebugInfo/{X86 => Generic}/def-line.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/DebugInfo/{X86 => Generic}/def-line.ll (100%) 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 -- 2.34.1