[PATCH] D158919: [libunwind][WebAssembly] Support Wasm EH
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 28 23:47:42 PDT 2023
aheejin marked an inline comment as done.
aheejin added inline comments.
================
Comment at: libunwind/src/Unwind-wasm.c:1
+//===----------------------------------------------------------------------===//
+//
----------------
ldionne wrote:
> This file isn't tied into the `CMakeLists.txt`. So for all we know, this code is dead code.
Thanks for pointing that out. Added this to `CMakeLists.txt` in https://github.com/llvm/llvm-project/pull/67770.
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