[lld] [llvm] [WebAssembly] Add exnref type (PR #93586)
Heejin Ahn via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 11:49:17 PDT 2024
================
@@ -181,6 +181,7 @@ std::string EVT::getEVTString() const {
case MVT::Metadata: return "Metadata";
case MVT::Untyped: return "Untyped";
case MVT::funcref: return "funcref";
+ case MVT::exnref: return "exnref";
----------------
aheejin wrote:
This causes a clang-format error, but this is in line with what's there, so won't fix it
https://github.com/llvm/llvm-project/pull/93586
More information about the llvm-commits
mailing list