[PATCH] D158919: [libunwind][WebAssembly] Support Wasm EH

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 28 22:36:25 PDT 2023


aheejin added a comment.

@dschuff

> I notice there are no changes to the build system for this; presumably that's just because we don't have CMake support for building LLVM libraries for wasm in general. I wonder whether LLVM or the libunwind maintainers have any policies about that.

I replied to your similar libc++abi comment here: https://reviews.llvm.org/D158918#4623814
Not sure about the policy, but `__USING_SJLJ_EXCEPTIONS__` isn't mentioned in the build system either.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158919/new/

https://reviews.llvm.org/D158919



More information about the llvm-commits mailing list