diff options
author | Jyotsna Verma <jverma@codeaurora.org> | 2013-03-25 20:20:34 +0000 |
---|---|---|
committer | Jyotsna Verma <jverma@codeaurora.org> | 2013-03-25 20:20:34 +0000 |
commit | 2dd5fcc8f550540e2fb5d82ec23346dda9afa4cf (patch) | |
tree | 47a34852953cbc65da0efb6abd66e379a0f4959f /llvm/test/DebugInfo/two-cus-from-same-file.ll | |
parent | fbd8de83db6648880a808c8ccbd7ab8e14bbe4fa (diff) | |
download | bcm5719-llvm-2dd5fcc8f550540e2fb5d82ec23346dda9afa4cf.tar.gz bcm5719-llvm-2dd5fcc8f550540e2fb5d82ec23346dda9afa4cf.zip |
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
Diffstat (limited to 'llvm/test/DebugInfo/two-cus-from-same-file.ll')
-rw-r--r-- | llvm/test/DebugInfo/two-cus-from-same-file.ll | 1 |
1 files changed, 1 insertions, 0 deletions
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" |