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",
"FileManager.cpp",
"FileSystemStatCache.cpp",
"FixedPoint.cpp",
"IdentifierTable.cpp",
"LangOptions.cpp",
"LangStandards.cpp",

View File

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

View File

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

View File

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