[llvm] [WebAssembly] Add tests for EH/SjLj option errors (PR #93583)
Heejin Ahn via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 10:29:36 PDT 2024
================
@@ -1,7 +1,6 @@
; RUN: llc < %s -enable-emscripten-cxx-exceptions | FileCheck %s --check-prefix=EH
; RUN: llc < %s -enable-emscripten-sjlj | FileCheck %s --check-prefix=SJLJ
; RUN: llc < %s | FileCheck %s --check-prefix=NONE
-; RUN: not --crash llc < %s -enable-emscripten-cxx-exceptions -exception-model=wasm 2>&1 | FileCheck %s --check-prefix=WASM-EH-EM-EH
----------------
aheejin wrote:
This test was moved to `eh-option-errors.ll`
https://github.com/llvm/llvm-project/pull/93583
More information about the llvm-commits
mailing list