[PATCH] D63109: lld-link: Reject more than one resource .obj file
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 22:34:24 PDT 2019
mstorsjo added a comment.
In D63109#1636989 <https://reviews.llvm.org/D63109#1636989>, @ruiu wrote:
> We are using FileOutputBuffer. That class creates a temporary file then atomically rename it a desitnation filename when commit() is called. So I'd think we should add a checkpoint just before commit().
Implemented this in D66491 <https://reviews.llvm.org/D66491>, fwiw.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63109/new/
https://reviews.llvm.org/D63109
More information about the llvm-commits
mailing list