[llvm] [WebAssembly] Don't return multivalue when Emscripten EH/SjLj is used (PR #86048)

Thomas Lively via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 17:48:45 PDT 2024


================
@@ -1,8 +1,8 @@
-; RUN: not --crash llc < %s -enable-emscripten-cxx-exceptions -mattr=+multivalue 2>&1 | FileCheck %s --check-prefix=EH
-; RUN: not --crash llc < %s -enable-emscripten-sjlj -mattr=+multivalue 2>&1 | FileCheck %s --check-prefix=SJLJ
+; RUN: llc < %s -enable-emscripten-cxx-exceptions -enable-emscripten-sjlj -mattr=+multivalue | FileCheck %s
----------------
tlively wrote:

Looks like there are some stale check lines at the end of the file.

https://github.com/llvm/llvm-project/pull/86048


More information about the llvm-commits mailing list