summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/RISCV/interrupt-attr-invalid.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/RISCV/interrupt-attr-invalid.ll')
-rw-r--r--llvm/test/CodeGen/RISCV/interrupt-attr-invalid.ll11
1 files changed, 11 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/RISCV/interrupt-attr-invalid.ll b/llvm/test/CodeGen/RISCV/interrupt-attr-invalid.ll
new file mode 100644
index 00000000000..bddca8af746
--- /dev/null
+++ b/llvm/test/CodeGen/RISCV/interrupt-attr-invalid.ll
@@ -0,0 +1,11 @@
+; RUN: not llc -mtriple riscv32-unknown-elf -o - %s \
+; RUN: 2>&1 | FileCheck %s
+; RUN: not llc -mtriple riscv64-unknown-elf -o - %s \
+; RUN: 2>&1 | FileCheck %s
+
+; CHECK: LLVM ERROR: Function interrupt attribute argument not supported!
+define void @isr_user() #0 {
+ ret void
+}
+
+attributes #0 = { "interrupt"="foo" }
OpenPOWER on IntegriCloud