blob: bddca8af7468f13726858c6a6616b2c46adcc544 [file] [log] [blame]
Ana Pazos2e4106b2018-07-26 17:49:43 +00001; RUN: not llc -mtriple riscv32-unknown-elf -o - %s \
2; RUN: 2>&1 | FileCheck %s
3; RUN: not llc -mtriple riscv64-unknown-elf -o - %s \
4; RUN: 2>&1 | FileCheck %s
5
6; CHECK: LLVM ERROR: Function interrupt attribute argument not supported!
7define void @isr_user() #0 {
8 ret void
9}
10
11attributes #0 = { "interrupt"="foo" }