[PATCH] D104230: [gold] Release input files in claim_file
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 12:03:10 PDT 2021
tejohnson added a comment.
Why aren't they being released at the end of runLTO (via the RAII PluginInputFile objects saved in the HandleToInputFile map) for both thin and regular LTO? I don't understand how this change is correct - we are saving the fd and handle here for use later in runLTO for both thin and regular LTO, but you will be releasing them early for regular lto.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104230/new/
https://reviews.llvm.org/D104230
More information about the llvm-commits
mailing list