From 5587a8e0946aa6dee999c5bc1d352204cb214293 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Mon, 19 Mar 2012 16:16:03 +0000 Subject: [PATCH] llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153038 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/{ => X86}/objc-fwd-decl.ll | 0 test/DebugInfo/{ => X86}/struct-loc.ll | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/DebugInfo/{ => X86}/objc-fwd-decl.ll (100%) rename test/DebugInfo/{ => X86}/struct-loc.ll (100%) diff --git a/test/DebugInfo/objc-fwd-decl.ll b/test/DebugInfo/X86/objc-fwd-decl.ll similarity index 100% rename from test/DebugInfo/objc-fwd-decl.ll rename to test/DebugInfo/X86/objc-fwd-decl.ll diff --git a/test/DebugInfo/struct-loc.ll b/test/DebugInfo/X86/struct-loc.ll similarity index 100% rename from test/DebugInfo/struct-loc.ll rename to test/DebugInfo/X86/struct-loc.ll