Skip to content

Commit 1c25909

Browse files
aeubanksgithub-actions[bot]
authored andcommitted
Automerge: [gn build] Port 08dda4d
2 parents 007657f + 3dc9808 commit 1c25909

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/Analysis/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ static_library("Analysis") {
5151
"DomPrinter.cpp",
5252
"DomTreeUpdater.cpp",
5353
"DominanceFrontier.cpp",
54+
"EphemeralValuesCache.cpp",
5455
"FunctionPropertiesAnalysis.cpp",
5556
"GlobalsModRef.cpp",
5657
"GuardUtils.cpp",

llvm/utils/gn/secondary/llvm/unittests/Analysis/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ unittest("AnalysisTests") {
2727
"DDGTest.cpp",
2828
"DXILResourceTest.cpp",
2929
"DomTreeUpdaterTest.cpp",
30+
"EphemeralValuesCacheTest.cpp",
3031
"FunctionPropertiesAnalysisTest.cpp",
3132
"GlobalsModRefTest.cpp",
3233
"GraphWriterTest.cpp",

0 commit comments

Comments
 (0)