summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/RISCV/dwarf-eh.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/RISCV/dwarf-eh.ll')
-rw-r--r--llvm/test/CodeGen/RISCV/dwarf-eh.ll16
1 files changed, 16 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/RISCV/dwarf-eh.ll b/llvm/test/CodeGen/RISCV/dwarf-eh.ll
index 39cc0d52c9fe..dd9e9e59206a 100644
--- a/llvm/test/CodeGen/RISCV/dwarf-eh.ll
+++ b/llvm/test/CodeGen/RISCV/dwarf-eh.ll
@@ -14,6 +14,22 @@
; RUN: | FileCheck %s
; RUN: llc -mtriple=riscv64 --code-model=medium -relocation-model=pic < %s \
; RUN: | FileCheck %s
+; RUN: llc -mtriple=riscv32be --code-model=small < %s \
+; RUN: | FileCheck %s
+; RUN: llc -mtriple=riscv32be --code-model=medium < %s \
+; RUN: | FileCheck %s
+; RUN: llc -mtriple=riscv32be --code-model=small -relocation-model=pic < %s \
+; RUN: | FileCheck %s
+; RUN: llc -mtriple=riscv32be --code-model=medium -relocation-model=pic < %s \
+; RUN: | FileCheck %s
+; RUN: llc -mtriple=riscv64be --code-model=small < %s \
+; RUN: | FileCheck %s
+; RUN: llc -mtriple=riscv64be --code-model=medium < %s \
+; RUN: | FileCheck %s
+; RUN: llc -mtriple=riscv64be --code-model=small -relocation-model=pic < %s \
+; RUN: | FileCheck %s
+; RUN: llc -mtriple=riscv64be --code-model=medium -relocation-model=pic < %s \
+; RUN: | FileCheck %s
declare void @throw_exception()