diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-10-01 21:19:03 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-10-01 21:19:03 +0000 |
commit | f92c175bdd9003263d10ca0c4f1c20e0777ed049 (patch) | |
tree | 3fe7b02d74705db2c22297b93b85342acbec0303 /llvm/test/DebugInfo | |
parent | d31088b37a5b624127b74813c6672b150c29dad0 (diff) | |
download | bcm5719-llvm-f92c175bdd9003263d10ca0c4f1c20e0777ed049.tar.gz bcm5719-llvm-f92c175bdd9003263d10ca0c4f1c20e0777ed049.zip |
[Hexagon] XFAILing test while diagnosing backend error.
llvm-svn: 249075
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r-- | llvm/test/DebugInfo/Generic/skeletoncu.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Generic/skeletoncu.ll b/llvm/test/DebugInfo/Generic/skeletoncu.ll index 74ffec4519e..ca040e30256 100644 --- a/llvm/test/DebugInfo/Generic/skeletoncu.ll +++ b/llvm/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" |