[PATCH] D63109: lld-link: Reject more than one resource .obj file
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 20 04:22:20 PDT 2019
ruiu added a comment.
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().
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