mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
[gn build] Port 1a995a0af3c
This commit is contained in:
parent
4356c41c9d
commit
91886ab6b7
@ -55,7 +55,6 @@ static_library("Basic") {
|
||||
"ExpressionTraits.cpp",
|
||||
"FileManager.cpp",
|
||||
"FileSystemStatCache.cpp",
|
||||
"FixedPoint.cpp",
|
||||
"IdentifierTable.cpp",
|
||||
"LangOptions.cpp",
|
||||
"LangStandards.cpp",
|
||||
|
@ -11,7 +11,6 @@ unittest("BasicTests") {
|
||||
"CharInfoTest.cpp",
|
||||
"DiagnosticTest.cpp",
|
||||
"FileManagerTest.cpp",
|
||||
"FixedPointTest.cpp",
|
||||
"SourceManagerTest.cpp",
|
||||
]
|
||||
}
|
||||
|
@ -34,6 +34,7 @@ static_library("Support") {
|
||||
"AArch64TargetParser.cpp",
|
||||
"ABIBreak.cpp",
|
||||
"AMDGPUMetadata.cpp",
|
||||
"APFixedPoint.cpp",
|
||||
"APFloat.cpp",
|
||||
"APInt.cpp",
|
||||
"APSInt.cpp",
|
||||
|
@ -10,6 +10,7 @@ unittest("ADTTests") {
|
||||
"//llvm/lib/Testing/Support",
|
||||
]
|
||||
sources = [
|
||||
"APFixedPointTest.cpp",
|
||||
"APFloatTest.cpp",
|
||||
"APIntTest.cpp",
|
||||
"APSIntTest.cpp",
|
||||
|
Loading…
x
Reference in New Issue
Block a user