File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
llvm/utils/gn/secondary/clang
unittests/Analysis/Scalable Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,15 @@ static_library("Scalable") {
55 " //clang/lib/AST" ,
66 " //clang/lib/ASTMatchers" ,
77 " //clang/lib/Basic" ,
8+ " //clang/lib/Frontend" ,
89 " //clang/lib/Index" ,
910 " //clang/lib/Lex" ,
10- " //clang/lib/Frontend" ,
1111 " //llvm/lib/Support" ,
1212 ]
1313 sources = [
1414 " ASTEntityMapping.cpp" ,
1515 " Model/BuildNamespace.cpp" ,
16+ " Model/EntityIdTable.cpp" ,
1617 " Model/EntityName.cpp" ,
1718 ]
1819}
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ unittest("ClangScalableAnalysisTests") {
1414 sources = [
1515 " ASTEntityMappingTest.cpp" ,
1616 " BuildNamespaceTest.cpp" ,
17+ " EntityIdTableTest.cpp" ,
18+ " EntityIdTest.cpp" ,
1719 " EntityNameTest.cpp" ,
1820 " SummaryNameTest.cpp" ,
1921 ]
You can’t perform that action at this time.
0 commit comments