[PATCH] D91028: [llvm-objcopy][NFC] replace class Buffer/MemBuffer/FileBuffer with streams.
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 5 00:28:30 PST 2021
jhenderson accepted this revision.
jhenderson added a comment.
LGTM, after the remaining nit is fixed. It might be worth trying to get somebody to confirm the discussed issue has been fixed. Perhaps worth asking on llvm-dev. A simple reproducible is to do something like "llvm-objcopy test.a path/on/shared/drive/test.a".
================
Comment at: llvm/tools/llvm-objcopy/ELF/Object.cpp:2714
+ "failed to allocate memory buffer of " +
+ Twine::utohexstr(TotalSize) + " bytes.");
+
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91028/new/
https://reviews.llvm.org/D91028
More information about the llvm-commits
mailing list