[PATCH] D117250: [lld-macho] Mention string literal deduplication as a difference from ld64
Vy Nguyen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 13 18:29:42 PST 2022
oontvoo 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.
----------------
s/compared/compare ?
(not sure why past tense is needed ...)
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