[llvm] r249075 - [Hexagon] XFAILing test while diagnosing backend error.

Colin LeMahieu via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 14:19:03 PDT 2015


Author: colinl
Date: Thu Oct  1 16:19:03 2015
New Revision: 249075

URL: http://llvm.org/viewvc/llvm-project?rev=249075&view=rev
Log:
[Hexagon] XFAILing test while diagnosing backend error.

Modified:
    llvm/trunk/test/DebugInfo/Generic/skeletoncu.ll

Modified: llvm/trunk/test/DebugInfo/Generic/skeletoncu.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/skeletoncu.ll?rev=249075&r1=249074&r2=249075&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/skeletoncu.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/skeletoncu.ll Thu Oct  1 16:19:03 2015
@@ -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"




More information about the llvm-commits mailing list