[PATCH] D105399: [lld/mac] Don't crash on 32-bit output binaries when dead-stripping
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 4 12:56:33 PDT 2021
int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.
+1 for numeric_limits, it "constructs" the right value, whereas `static_cast` is "converting" the wrong value into the right one. but feel free to ignore :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105399/new/
https://reviews.llvm.org/D105399
More information about the llvm-commits
mailing list