From 4d46a2bcbc958ae5ce3aaa0c4175e5ebd5802ec2 Mon Sep 17 00:00:00 2001 From: Colin LeMahieu Date: Thu, 1 Oct 2015 21:19:03 +0000 Subject: [PATCH] [Hexagon] XFAILing test while diagnosing backend error. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@249075 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/Generic/skeletoncu.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/DebugInfo/Generic/skeletoncu.ll b/test/DebugInfo/Generic/skeletoncu.ll index 74ffec4519e..ca040e30256 100644 --- a/test/DebugInfo/Generic/skeletoncu.ll +++ b/test/DebugInfo/Generic/skeletoncu.ll @@ -1,5 +1,6 @@ ; RUN: %llc_dwarf %s -filetype=obj -o %t ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s +; XFAIL: hexagon ; CHECK: DW_TAG_compile_unit ; CHECK: DW_AT_GNU_dwo_id {{.*}}abcd ; CHECK: DW_AT_GNU_dwo_name {{.*}}"my.dwo" -- 2.34.1