projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5152e4f
)
Disable 2010-10-01-crash.ll for Hexagon as the Hexagon frontend will
author
Jyotsna Verma
<jverma@codeaurora.org>
Thu, 4 Apr 2013 21:05:46 +0000
(21:05 +0000)
committer
Jyotsna Verma
<jverma@codeaurora.org>
Thu, 4 Apr 2013 21:05:46 +0000
(21:05 +0000)
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
test/DebugInfo/2010-10-01-crash.ll
patch
|
blob
|
history
diff --git
a/test/DebugInfo/2010-10-01-crash.ll
b/test/DebugInfo/2010-10-01-crash.ll
index e61f63f40d8f0ee6bd18e24236a72eb6a68d05e8..c4161b49426dc2f2758e93b442b7fe01890d8112 100644
(file)
--- 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 {