From d545f1a5b888425babb7f3f7d5c8540ea0e04391 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 7 Oct 2015 00:17:31 +0000 Subject: [PATCH] Move test to X86-specific due to some IR invalid on other targets git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249489 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/{Generic => X86}/def-line.ll | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/DebugInfo/{Generic => X86}/def-line.ll (100%) diff --git a/test/DebugInfo/Generic/def-line.ll b/test/DebugInfo/X86/def-line.ll similarity index 100% rename from test/DebugInfo/Generic/def-line.ll rename to test/DebugInfo/X86/def-line.ll -- 2.11.0