Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Yes, specifically, lld does string tail merging (instead of regular string merging) when -O2 is given, so it would produce slightly smaller outputs.
Comment Actions
It seems like with the current patch, CMake already sets -Wl,-O3 so that should be sufficient.