[PATCH] D58486: [WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfo

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 22 13:57:54 PST 2019


dschuff added a comment.

Makes sense.
Is `EHPadUnwindMap` analogous to any of the similarly-named data structures for WinEH? If so, that would seem to make it even less likely to accidentally break, since any change that breaks it would also break WinEH.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D58486





More information about the llvm-commits mailing list