forked from OSchip/llvm-project
[gn build] Port 1dad6247d2
This commit is contained in:
parent
cc0a1078f5
commit
31049b3d2b
|
@ -87,6 +87,7 @@ static_library("Analysis") {
|
|||
"MemoryBuiltins.cpp",
|
||||
"MemoryDependenceAnalysis.cpp",
|
||||
"MemoryLocation.cpp",
|
||||
"MemoryProfileInfo.cpp",
|
||||
"MemorySSA.cpp",
|
||||
"MemorySSAUpdater.cpp",
|
||||
"ModelUnderTrainingRunner.cpp",
|
||||
|
|
|
@ -34,6 +34,7 @@ unittest("AnalysisTests") {
|
|||
"LoopNestTest.cpp",
|
||||
"MLModelRunnerTest.cpp",
|
||||
"MemoryBuiltinsTest.cpp",
|
||||
"MemoryProfileInfoTest.cpp",
|
||||
"MemorySSATest.cpp",
|
||||
"PhiValuesTest.cpp",
|
||||
"ProfileSummaryInfoTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue