bolt/deps/llvm-18.1.8/llvm/test/CodeGen/RISCV/rv32-fuchsia.ll

7 lines
187 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; 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
}