Since UUID generation in lld is fast this is rarely used but it can be
helpful to avoid temporary issues like https://github.com/llvm/llvm-project/issues/63961
Details
Details
- Reviewers
int3 MaskRay - Group Reviewers
Restricted Project - Commits
- rGf317ce218e75: [lld-macho] Implement -no_uuid
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
lld/MachO/Config.h | ||
---|---|---|
231 | I think we normally use a variable name of positive meaning like bool uuid = true (or maybe generateUuid? |
I think we normally use a variable name of positive meaning like bool uuid = true (or maybe generateUuid?