Skip to content

Commit 3dc9808

Browse files
committed
[gn build] Port 08dda4d
1 parent f23a6ef commit 3dc9808

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)