Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
llvm
/
test
/
CodeGen
/
RISCV
/
rv32e.ll
blob: 2416639dc93cd784322c010b830b0123902d5dd8 [
file
] [
log
] [
blame
]
; RUN: not llc -mtriple=riscv32 -mattr=+e < %s 2>&1 | FileCheck %s
; CHECK: LLVM ERROR: Codegen not yet implemented for RV32E
define
void
@nothing
()
nounwind
{
ret
void
}