[PATCH] D74778: [Assembler] Allow assembling empty index with non-zero flags
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 09:37:41 PST 2020
tejohnson added a comment.
What is the use case? Even with an empty module we at least get a module path entry. Hmm, we won't get a combined summary in that case either (with only entry being module path). Should this instead be changed to create the index if there is a module path entry (or in addition to checking flags)?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74778/new/
https://reviews.llvm.org/D74778
More information about the llvm-commits
mailing list