From 2dd5fcc8f550540e2fb5d82ec23346dda9afa4cf Mon Sep 17 00:00:00 2001 From: Jyotsna Verma Date: Mon, 25 Mar 2013 20:20:34 +0000 Subject: XFAIL DebugInfo tests for Hexagon. Hexagon does not support -filetype=obj(direct object generation) flag. Therefore, the following tests are being XFAILed: test/DebugInfo/dwarf-public-names.ll test/DebugInfo/member-pointers.ll test/DebugInfo/two-cus-from-same-file.ll llvm-svn: 177901 --- llvm/test/DebugInfo/two-cus-from-same-file.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/DebugInfo/two-cus-from-same-file.ll') diff --git a/llvm/test/DebugInfo/two-cus-from-same-file.ll b/llvm/test/DebugInfo/two-cus-from-same-file.ll index 64dd422fbee..58671d59f74 100644 --- a/llvm/test/DebugInfo/two-cus-from-same-file.ll +++ b/llvm/test/DebugInfo/two-cus-from-same-file.ll @@ -6,6 +6,7 @@ ; RUN: llc %s -o %t -filetype=obj -O0 ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s +; XFAIL: hexagon ; ModuleID = 'test.bc' @str = private unnamed_addr constant [4 x i8] c"FOO\00" -- cgit v1.2.3