[PATCH] D117250: [lld-macho] Mention string literal deduplication as a difference from ld64

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 20 00:00:09 PST 2022


int3 marked an inline comment as done.
int3 added inline comments.


================
Comment at: lld/MachO/ld64-vs-lld.rst:13
+programs which have (incorrectly) relied on string deduplication always
+occurring. In particular, programs which compared string literals via pointer
+equality must be fixed to use value equality instead.
----------------
oontvoo wrote:
> s/compared/compare ?
> (not sure why past tense is needed ...)
whoops, forgot to address this. done in 8f811effac48fdbc1ac5ddbd944884a52866ec14


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117250



More information about the llvm-commits mailing list