brintos

brintos / llvm-project-archived public Read only

0
0
Text · 187 B · c628ec7 Raw
7 lines · plain
1; RUN: not --crash llc -mtriple=riscv32-unknown-fuchsia < %s 2>&1 | FileCheck %s2 3; CHECK: LLVM ERROR: Fuchsia is only supported for 64-bit4define void @nothing() nounwind {5  ret void6}7