From 40bcde87f4b86a9529f8fee482c6835bbd53352c Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Fri, 20 Dec 2013 00:37:18 +0000 Subject: [PATCH] move test back into the parent directory and add a REQUIRES: obj emission. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197759 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/{X86 => }/debug-info-qualifiers.ll | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename test/DebugInfo/{X86 => }/debug-info-qualifiers.ll (98%) diff --git a/test/DebugInfo/X86/debug-info-qualifiers.ll b/test/DebugInfo/debug-info-qualifiers.ll similarity index 98% rename from test/DebugInfo/X86/debug-info-qualifiers.ll rename to test/DebugInfo/debug-info-qualifiers.ll index 590a6915932..2cfe624f793 100644 --- a/test/DebugInfo/X86/debug-info-qualifiers.ll +++ b/test/DebugInfo/debug-info-qualifiers.ll @@ -1,3 +1,4 @@ +; REQUIRES: object-emission ; Test (r)value qualifiers on C++11 non-static member functions. ; Generated from tools/clang/test/CodeGenCXX/debug-info-qualifiers.cpp ; @@ -33,10 +34,6 @@ ; CHECK-NOT: DW_TAG_subprogram ; CHECK: DW_AT_rvalue_reference [DW_FORM_flag_present] (true) - -target datalayout = "e-i64:64-f80:128-s:64-n8:16:32:64-S128" -target triple = "x86_64-apple-darwin" - %class.A = type { i8 } ; Function Attrs: nounwind -- 2.34.1