[PATCH] D89639: [lld-macho] Emit empty string as first entry of string table

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 19:03:18 PDT 2020


smeenai added a comment.

Do we have any logic to emit an `n_strx` for an empty string? If so, that would need to be adjusted to emit 1 instead of 0. If not, LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89639



More information about the llvm-commits mailing list