[llvm] r180659 - Move the XFAIL out of the middle of a comment.
Eric Christopher
echristo at gmail.com
Fri Apr 26 18:07:22 PDT 2013
Author: echristo
Date: Fri Apr 26 20:07:22 2013
New Revision: 180659
URL: http://llvm.org/viewvc/llvm-project?rev=180659&view=rev
Log:
Move the XFAIL out of the middle of a comment.
Modified:
llvm/trunk/test/DebugInfo/member-pointers.ll
Modified: llvm/trunk/test/DebugInfo/member-pointers.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/member-pointers.ll?rev=180659&r1=180658&r2=180659&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/member-pointers.ll (original)
+++ llvm/trunk/test/DebugInfo/member-pointers.ll Fri Apr 26 20:07:22 2013
@@ -1,4 +1,5 @@
; REQUIRES: object-emission
+; XFAIL: hexagon
; RUN: llc -filetype=obj -O0 < %s > %t
; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
@@ -10,7 +11,6 @@
; CHECK: DW_TAG_ptr_to_member_type
; CHECK-NEXT: DW_AT_type [DW_FORM_ref4] (cu + {{.*}} => {[[TYPE]]})
; IR generated from clang -g with the following source:
-; XFAIL: hexagon
; struct S {
; };
;
More information about the llvm-commits
mailing list