================
@@ -22,10 +22,10 @@ struct CGDataPatchItem {
// Where to patch.
uint64_t Pos;
// Source data.
- OwningArrayRef<uint64_t> D;
+ std::vector<uint64_t> D;
----------------
kuhar wrote:
also here
https://github.com/llvm/llvm-project/pull/169126