[PATCH] D120144: [ADT] Have ArrayRef::copy() return a MutableArrayRef
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 18 10:37:19 PST 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
Looks great! `lld/MachO/ICF.cpp` doesn't use `std::uninitialized_copy` yet. You will need to remove the change to lld/MachO.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120144/new/
https://reviews.llvm.org/D120144
More information about the llvm-commits
mailing list