This renames variable and method names in WasmEHFuncInfo class to be
simpler and clearer. For example, unwind destinations are EH pads by
definition so it doesn't necessarily need to be included in every method
name. Also I am planning to add the reverse mapping in a later CL,
something like UnwindDestToSrc, so this renaming will make meanings
clearer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo