Sign in
rust
/
rust-lang
/
llvm-project
/
refs/heads/rustc/17.0-2023-12-14
/
.
/
llvm
/
test
/
CodeGen
/
RISCV
/
rv32-fuchsia.ll
blob: c628ec77256b10b1928a089c5efe637139195c67 [
file
] [
log
] [
blame
]
; RUN: not --crash llc -mtriple=riscv32-unknown-fuchsia < %s 2>&1 | FileCheck %s
; CHECK: LLVM ERROR: Fuchsia is only supported for 64-bit
define
void
@nothing
()
nounwind
{
ret
void
}