[all-commits] [llvm/llvm-project] 0ca213: [WebAssembly] Improve EH/SjLj error messages
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Wed Mar 16 20:52:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ca21320675dc0997cafd9404de41e5e160cfa02
https://github.com/llvm/llvm-project/commit/0ca21320675dc0997cafd9404de41e5e160cfa02
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M llvm/lib/Target/WebAssembly/WebAssemblyLowerEmscriptenEHSjLj.cpp
M llvm/test/CodeGen/WebAssembly/wasm-eh-em-sjlj-error.ll
M llvm/test/CodeGen/WebAssembly/wasm-eh-sjlj-setjmp-within-catch.ll
Log Message:
-----------
[WebAssembly] Improve EH/SjLj error messages
This includes a function name and a relevant instruction in error
messages when possible, making them more helpful.
Reviewed By: dschuff
Differential Revision: https://reviews.llvm.org/D120678
More information about the All-commits
mailing list