The allocated memory itself is mutable, so let's expose that to the
caller. LLD has a use case for this.
Details
Details
- Reviewers
bkramer MaskRay labath - Group Reviewers
Restricted Project - Commits
- rG0712c575b90a: [ADT] Have ArrayRef::copy() return a MutableArrayRef
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks great! lld/MachO/ICF.cpp doesn't use std::uninitialized_copy yet. You will need to remove the change to lld/MachO.