[llvm] r178792 - Disable 2010-10-01-crash.ll for Hexagon as the Hexagon frontend will
Jyotsna Verma
jverma at codeaurora.org
Thu Apr 4 14:05:47 PDT 2013
Author: jverma
Date: Thu Apr 4 16:05:46 2013
New Revision: 178792
URL: http://llvm.org/viewvc/llvm-project?rev=178792&view=rev
Log:
Disable 2010-10-01-crash.ll for Hexagon as the Hexagon frontend will
never produce a byval parameter with size < 8 bytes.
Modified:
llvm/trunk/test/DebugInfo/2010-10-01-crash.ll
Modified: llvm/trunk/test/DebugInfo/2010-10-01-crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-10-01-crash.ll?rev=178792&r1=178791&r2=178792&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/2010-10-01-crash.ll (original)
+++ llvm/trunk/test/DebugInfo/2010-10-01-crash.ll Thu Apr 4 16:05:46 2013
@@ -1,4 +1,5 @@
; RUN: llc -O0 %s -o /dev/null
+; XFAIL: hexagon
; PR 8235
define void @CGRectStandardize(i32* sret %agg.result, i32* byval %rect) nounwind ssp {
More information about the llvm-commits
mailing list