[PATCH] D49095: [COFF] Store a pointer to the parent instead of just the parent name in InputFile
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 9 15:01:07 PDT 2018
ruiu added a comment.
The problem of having an archive file pointer instead of an archive file name is that we don't (and don't have to) instantiate an archive file object for an archive given as an argument for /wholearchive. How do you deal with that?
https://reviews.llvm.org/D49095
More information about the llvm-commits
mailing list