summaryrefslogtreecommitdiff
path: root/test/DebugInfo/2010-10-01-crash.ll
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-04-04 21:05:46 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-04-04 21:05:46 +0000
commitcb1de070072650ac9d1c30e0c67d7a00c72b5607 (patch)
treea1b2db729261c52249de90a963bd9d2e6b2be801 /test/DebugInfo/2010-10-01-crash.ll
parent5152e4fb06cbf45d8f0758542fddfdb21e4026e0 (diff)
downloadllvm-cb1de070072650ac9d1c30e0c67d7a00c72b5607.tar.gz
llvm-cb1de070072650ac9d1c30e0c67d7a00c72b5607.tar.bz2
llvm-cb1de070072650ac9d1c30e0c67d7a00c72b5607.tar.xz
Disable 2010-10-01-crash.ll for Hexagon as the Hexagon frontend will
never produce a byval parameter with size < 8 bytes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178792 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/2010-10-01-crash.ll')
-rw-r--r--test/DebugInfo/2010-10-01-crash.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/DebugInfo/2010-10-01-crash.ll b/test/DebugInfo/2010-10-01-crash.ll
index e61f63f40d..c4161b4942 100644
--- a/test/DebugInfo/2010-10-01-crash.ll
+++ b/test/DebugInfo/2010-10-01-crash.ll
@@ -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 {