Fixes PR50974.
Details
Details
- Reviewers
- int3 - gkm 
- Group Reviewers
- Restricted Project 
- Commits
- rGd2d6da301100: [lld/mac] Don't crash on 32-bit output binaries when dead-stripping
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
+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 :)