Skip to content

Commit b469d1d

Browse files
committed
[gn build] Port f049395
1 parent 88d0ceb commit b469d1d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/clang/lib/APINotes/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ static_library("APINotes") {
66
"//llvm/lib/Support",
77
]
88
sources = [
9+
"APINotesManager.cpp",
910
"APINotesReader.cpp",
1011
"APINotesTypes.cpp",
1112
"APINotesWriter.cpp",

llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ static_library("Basic") {
9191
"Sarif.cpp",
9292
"SourceLocation.cpp",
9393
"SourceManager.cpp",
94+
"SourceMgrAdapter.cpp",
9495
"Stack.cpp",
9596
"TargetID.cpp",
9697
"TargetInfo.cpp",

0 commit comments

Comments
 (0)