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

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 19 19:04:52 PDT 2020


int3 added a comment.

> Do we have any logic to emit an n_strx for an empty string?

Nope. In general, we don't make any attempt to dedup strings (I think ld64 does the same thing)


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