repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[mlir][LLVM] `LLVMTypeConverter`: Tighten materialization checks (#116532)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
RISCV
/
rv32-fuchsia.ll
blob
c628ec77256b10b1928a089c5efe637139195c67
1
; RUN: not --crash llc -mtriple=riscv32-unknown-fuchsia < %s 2>&1 | FileCheck %s
2
3
; CHECK: LLVM ERROR: Fuchsia is only supported for 64-bit
4
define void @nothing() nounwind {
5
ret void
6
}