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

[gn build] Port 7e4c6fb8546

This commit is contained in:
LLVM GN Syncbot 2020-09-17 19:09:34 +00:00
parent f7aaee70de
commit 363f3d6efc
2 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ static_library("Analysis") {
"GlobalsModRef.cpp",
"GuardUtils.cpp",
"HeatUtils.cpp",
"IRSimilarityIdentifier.cpp",
"IVDescriptors.cpp",
"IVUsers.cpp",
"IndirectCallPromotionAnalysis.cpp",

View File

@ -25,6 +25,7 @@ unittest("AnalysisTests") {
"DomTreeUpdaterTest.cpp",
"FunctionPropertiesAnalysisTest.cpp",
"GlobalsModRefTest.cpp",
"IRSimilarityIdentifierTest.cpp",
"IVDescriptorsTest.cpp",
"LazyCallGraphTest.cpp",
"LoadsTest.cpp",