1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[gn build] Port 9b76160e53f

This commit is contained in:
LLVM GN Syncbot 2020-12-11 08:40:54 +00:00
parent e693cbf9f5
commit 6aedda7e77
2 changed files with 2 additions and 0 deletions

View File

@ -81,6 +81,7 @@ static_library("Support") {
"GraphWriter.cpp", "GraphWriter.cpp",
"Hashing.cpp", "Hashing.cpp",
"InitLLVM.cpp", "InitLLVM.cpp",
"InstructionCost.cpp",
"IntEqClasses.cpp", "IntEqClasses.cpp",
"IntervalMap.cpp", "IntervalMap.cpp",
"ItaniumManglingCanonicalizer.cpp", "ItaniumManglingCanonicalizer.cpp",

View File

@ -43,6 +43,7 @@ unittest("SupportTests") {
"GlobPatternTest.cpp", "GlobPatternTest.cpp",
"Host.cpp", "Host.cpp",
"IndexedAccessorTest.cpp", "IndexedAccessorTest.cpp",
"InstructionCostTest.cpp",
"ItaniumManglingCanonicalizerTest.cpp", "ItaniumManglingCanonicalizerTest.cpp",
"JSONTest.cpp", "JSONTest.cpp",
"KnownBitsTest.cpp", "KnownBitsTest.cpp",