Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thank you for doing this.
docs/ld.lld.1 | ||
---|---|---|
221 ↗ | (On Diff #188355) | options -> option |
222–224 ↗ | (On Diff #188355) | I'd think this is hard to understand for those who are just reading this manual page. We don't explain anything about .llvm_addrsig for example. Maybe it's better to explain it at a high level first? For example: C/C++ requires each data has a unique address. This option allows lld do unsafe optimization that breaks the requirement. If this option is given, lld may create copies of read-only data or merge two or more read-only data that happen to have the same value. |