Details
Diff Detail
- Repository
- rLLD LLVM Linker
- Build Status
Buildable 28578 Build 28577: arc lint + arc unit
Event Timeline
Thank you for doing this.
docs/ld.lld.1 | ||
---|---|---|
221 | options -> option | |
222–224 | 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. |
options -> option