[PATCH] D39107: [WebAssembly] MC: Don't allow zero sized data segments

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 20 14:27:57 PDT 2017


sbc100 added a comment.

Symbols can have the same value.  The problem I was running into was when a zero sized symbol was at the end of segment its not possible know if its pointing to the end one of segment of the beginning on the next.   An alternative would be store the segment index for each symbol.


https://reviews.llvm.org/D39107





More information about the llvm-commits mailing list