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:
parent
4356c41c9d
commit
91886ab6b7
@ -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",
|
||||||
|
@ -11,7 +11,6 @@ unittest("BasicTests") {
|
|||||||
"CharInfoTest.cpp",
|
"CharInfoTest.cpp",
|
||||||
"DiagnosticTest.cpp",
|
"DiagnosticTest.cpp",
|
||||||
"FileManagerTest.cpp",
|
"FileManagerTest.cpp",
|
||||||
"FixedPointTest.cpp",
|
|
||||||
"SourceManagerTest.cpp",
|
"SourceManagerTest.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user