diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-08-19 15:07:58 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2016-08-19 15:07:58 +0000 |
commit | 7d200668e4bb95a00be11ac92f30bdf6c68fb46d (patch) | |
tree | b3420ef4e9bd4f199cbdd587cab401f4c1f15349 /llvm/test/DebugInfo/Generic/skeletoncu.ll | |
parent | 0ba975458418e6836248dfff9e8a182286d02e54 (diff) | |
download | bcm5719-llvm-7d200668e4bb95a00be11ac92f30bdf6c68fb46d.tar.gz bcm5719-llvm-7d200668e4bb95a00be11ac92f30bdf6c68fb46d.zip |
Unxfail passing tests on Hexagon
llvm-svn: 279252
Diffstat (limited to 'llvm/test/DebugInfo/Generic/skeletoncu.ll')
-rw-r--r-- | llvm/test/DebugInfo/Generic/skeletoncu.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Generic/skeletoncu.ll b/llvm/test/DebugInfo/Generic/skeletoncu.ll index b422dd9036a..6d91afd0fa7 100644 --- a/llvm/test/DebugInfo/Generic/skeletoncu.ll +++ b/llvm/test/DebugInfo/Generic/skeletoncu.ll @@ -1,6 +1,5 @@ ; 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" |