[PATCH] D74781: Wasm-ld emits invalid .debug_ranges entries for non-live symbols

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 13:36:07 PDT 2020


sbc100 added a comment.

Regardless of any longer term plans for a new type of DWARF linking it seems that this change is strictly an improvement since (a) it matches the behavior of the existing ELF linker and (b) existing tools already handle this 0 ... N range.

Any objections to landing this now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74781





More information about the llvm-commits mailing list