[Lldb-commits] [PATCH] D115073: Modify DataEncoder to be able to encode data in an object owned buffer.
Greg Clayton via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 7 12:21:05 PST 2021
clayborg added a comment.
Another fix for buildbots. Don't use llvm::ArrayRef to refer to data, store in std::vector<>. In release builds this will fail.
commit 220854a47bdc0c281dbaafb54411ec65e76212b3 <https://reviews.llvm.org/rG220854a47bdc0c281dbaafb54411ec65e76212b3> (HEAD -> main, origin/main, origin/HEAD)
Author: Greg Clayton <gclayton at fb.com>
Date: Tue Dec 7 12:19:00 2021 -0800
Fix buildbots after https://reviews.llvm.org/D115073.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115073/new/
https://reviews.llvm.org/D115073
More information about the lldb-commits
mailing list