[llvm] r254375 - [Hexagon] Disabling failing safestack test
Colin LeMahieu via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 30 20:56:25 PST 2015
Author: colinl
Date: Mon Nov 30 22:56:25 2015
New Revision: 254375
URL: http://llvm.org/viewvc/llvm-project?rev=254375&view=rev
Log:
[Hexagon] Disabling failing safestack test
Modified:
llvm/trunk/test/DebugInfo/Generic/safestack-byval.ll
Modified: llvm/trunk/test/DebugInfo/Generic/safestack-byval.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/safestack-byval.ll?rev=254375&r1=254374&r2=254375&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/safestack-byval.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/safestack-byval.ll Mon Nov 30 22:56:25 2015
@@ -2,6 +2,7 @@
; points to neither an argument nor an alloca. This kind of IR is generated by
; SafeStack for unsafe byval arguments.
; RUN: llc -stop-after expand-isel-pseudos %s -o /dev/null | FileCheck %s
+; XFAIL: hexagon
; This was built by compiling the following source with SafeStack and
; simplifying the result a little.
More information about the llvm-commits
mailing list