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",
"Hashing.cpp",
"InitLLVM.cpp",
"InstructionCost.cpp",
"IntEqClasses.cpp",
"IntervalMap.cpp",
"ItaniumManglingCanonicalizer.cpp",

View File

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