diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-10-01 22:14:05 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-10-01 22:14:05 +0000 |
commit | 665c9be48975615bd894ef0564718c88e11216ef (patch) | |
tree | a15e2169640264c16ead935079971ca3aefe6897 /llvm/test | |
parent | b87fc229151178efab5babbfe8bc9c57ef497f16 (diff) | |
download | bcm5719-llvm-665c9be48975615bd894ef0564718c88e11216ef.tar.gz bcm5719-llvm-665c9be48975615bd894ef0564718c88e11216ef.zip |
[Hexagon] XFAILing test while diagnosing backend error.
llvm-svn: 249088
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/DebugInfo/skeletoncu.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/skeletoncu.ll b/llvm/test/DebugInfo/skeletoncu.ll index 011fb13520b..d70e9333336 100644 --- a/llvm/test/DebugInfo/skeletoncu.ll +++ b/llvm/test/DebugInfo/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" |