1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

[gn build] Port 1a995a0af3c

This commit is contained in:
LLVM GN Syncbot 2020-08-20 18:24:44 +00:00
parent 4356c41c9d
commit 91886ab6b7
4 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,6 @@ static_library("Basic") {
"ExpressionTraits.cpp", "ExpressionTraits.cpp",
"FileManager.cpp", "FileManager.cpp",
"FileSystemStatCache.cpp", "FileSystemStatCache.cpp",
"FixedPoint.cpp",
"IdentifierTable.cpp", "IdentifierTable.cpp",
"LangOptions.cpp", "LangOptions.cpp",
"LangStandards.cpp", "LangStandards.cpp",

View File

@ -11,7 +11,6 @@ unittest("BasicTests") {
"CharInfoTest.cpp", "CharInfoTest.cpp",
"DiagnosticTest.cpp", "DiagnosticTest.cpp",
"FileManagerTest.cpp", "FileManagerTest.cpp",
"FixedPointTest.cpp",
"SourceManagerTest.cpp", "SourceManagerTest.cpp",
] ]
} }

View File

@ -34,6 +34,7 @@ static_library("Support") {
"AArch64TargetParser.cpp", "AArch64TargetParser.cpp",
"ABIBreak.cpp", "ABIBreak.cpp",
"AMDGPUMetadata.cpp", "AMDGPUMetadata.cpp",
"APFixedPoint.cpp",
"APFloat.cpp", "APFloat.cpp",
"APInt.cpp", "APInt.cpp",
"APSInt.cpp", "APSInt.cpp",

View File

@ -10,6 +10,7 @@ unittest("ADTTests") {
"//llvm/lib/Testing/Support", "//llvm/lib/Testing/Support",
] ]
sources = [ sources = [
"APFixedPointTest.cpp",
"APFloatTest.cpp", "APFloatTest.cpp",
"APIntTest.cpp", "APIntTest.cpp",
"APSIntTest.cpp", "APSIntTest.cpp",