Skip to content

Commit

Permalink
[gn build] Port 1a995a0
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Aug 20, 2020
1 parent 3149ec0 commit ffadd30
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
Expand Up @@ -55,7 +55,6 @@ static_library("Basic") {
"ExpressionTraits.cpp",
"FileManager.cpp",
"FileSystemStatCache.cpp",
"FixedPoint.cpp",
"IdentifierTable.cpp",
"LangOptions.cpp",
"LangStandards.cpp",
Expand Down
1 change: 0 additions & 1 deletion llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
Expand Up @@ -11,7 +11,6 @@ unittest("BasicTests") {
"CharInfoTest.cpp",
"DiagnosticTest.cpp",
"FileManagerTest.cpp",
"FixedPointTest.cpp",
"SourceManagerTest.cpp",
]
}
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
Expand Up @@ -34,6 +34,7 @@ static_library("Support") {
"AArch64TargetParser.cpp",
"ABIBreak.cpp",
"AMDGPUMetadata.cpp",
"APFixedPoint.cpp",
"APFloat.cpp",
"APInt.cpp",
"APSInt.cpp",
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/unittests/ADT/BUILD.gn
Expand Up @@ -10,6 +10,7 @@ unittest("ADTTests") {
"//llvm/lib/Testing/Support",
]
sources = [
"APFixedPointTest.cpp",
"APFloatTest.cpp",
"APIntTest.cpp",
"APSIntTest.cpp",
Expand Down

0 comments on commit ffadd30

Please sign in to comment.