Fix build problem by lower SmallSet<N> to a reasonable value

llvm-svn: 259424
This commit is contained in:
Matthias Braun 2016-02-01 22:18:58 +00:00
parent 103ab7d571
commit 48c8426fa2
1 changed files with 1 additions and 1 deletions

View File

@ -1276,7 +1276,7 @@ private:
std::vector<HeaderHandle> HeaderStack;
std::vector<HeaderInclusionPath> InclusionPaths;
InclusionPathHandle CurrentInclusionPathHandle;
llvm::SmallSet<HeaderHandle, 128> HeadersInThisCompile;
llvm::SmallSet<HeaderHandle, 32> HeadersInThisCompile;
std::vector<PPItemKey> IncludeDirectives;
MacroExpansionMap MacroExpansions;
ConditionalExpansionMap ConditionalExpansions;