From f0ca9a8c94dafe795d5141e862ded156d6c6cd66 Mon Sep 17 00:00:00 2001 From: Jyotsna Verma Date: Wed, 10 Apr 2013 19:53:26 +0000 Subject: Add object-emission flag for lit tests. This flag is used to disable following tests for Hexagon that require direct object generation support. DebugInfo/dwarf-public-names.ll DebugInfo/dwarf-version.ll DebugInfo/member-pointers.ll DebugInfo/namespace.ll DebugInfo/two-cus-from-same-file.ll Fixes bug 15616 - http://llvm.org/bugs/show_bug.cgi?id=15616 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179209 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/namespace.ll | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/DebugInfo/namespace.ll') diff --git a/test/DebugInfo/namespace.ll b/test/DebugInfo/namespace.ll index 8d59b52302..4ca777c3e5 100644 --- a/test/DebugInfo/namespace.ll +++ b/test/DebugInfo/namespace.ll @@ -1,3 +1,5 @@ +; REQUIRES: object-emission + ; RUN: llc -O0 -filetype=obj < %s > %t ; RUN: llvm-dwarfdump %t | FileCheck %s ; CHECK: debug_info contents -- cgit v1.2.3