mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #19292 from jrose-apple/get-out-the-map
Minor improvements to the use of StringMap/StringSet
This commit is contained in:
@@ -504,7 +504,7 @@ void ToolChain::JobContext::addFrontendCommandLineInputArguments(
|
||||
const bool mayHavePrimaryInputs, const bool useFileList,
|
||||
const bool usePrimaryFileList, const bool filterByType,
|
||||
ArgStringList &arguments) const {
|
||||
llvm::StringSet<> primaries;
|
||||
llvm::DenseSet<StringRef> primaries;
|
||||
|
||||
if (mayHavePrimaryInputs) {
|
||||
for (const Action *A : InputActions) {
|
||||
|
||||
Reference in New Issue
Block a user