We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d0ceb commit b469d1dCopy full SHA for b469d1d
llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn
@@ -6,6 +6,7 @@ static_library("APINotes") {
6
"//llvm/lib/Support",
7
]
8
sources = [
9
+ "APINotesManager.cpp",
10
"APINotesReader.cpp",
11
"APINotesTypes.cpp",
12
"APINotesWriter.cpp",
llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
@@ -91,6 +91,7 @@ static_library("Basic") {
91
"Sarif.cpp",
92
"SourceLocation.cpp",
93
"SourceManager.cpp",
94
+ "SourceMgrAdapter.cpp",
95
"Stack.cpp",
96
"TargetID.cpp",
97
"TargetInfo.cpp",
0 commit comments