1; RUN: not llc -mtriple=riscv32 -mattr=+e < %s 2>&1 | FileCheck %s
2
3; CHECK: LLVM ERROR: Codegen not yet implemented for RV32E
4
5define void @nothing() nounwind {
6  ret void
7}
8