[PATCH] D102951: [WebAssembly][lld] Fix segfault on .bss sections in mapfile

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 21 16:09:10 PDT 2021


sbc100 added a comment.

It does seem a little unfortunate that we can't report that offset correctly here.  I would expect to see my bss always following by non-bss data.    Let me take a look at see if we are relying on the null outputSec ...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102951



More information about the llvm-commits mailing list