Skip to content

Commit 6618eca

Browse files
committed
[gn build] Port b365dbb
1 parent 52b6b1e commit 6618eca

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
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
@@ -39,6 +39,7 @@ static_library("Analysis") {
3939
"CycleAnalysis.cpp",
4040
"DDG.cpp",
4141
"DDGPrinter.cpp",
42+
"DXILResource.cpp",
4243
"Delinearization.cpp",
4344
"DemandedBits.cpp",
4445
"DependenceAnalysis.cpp",

llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ static_library("Utils") {
2626
"CodeMoverUtils.cpp",
2727
"CountVisits.cpp",
2828
"CtorUtils.cpp",
29-
"DXILResource.cpp",
3029
"DXILUpgrade.cpp",
3130
"Debugify.cpp",
3231
"DemoteRegToStack.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ unittest("AnalysisTests") {
2424
"CaptureTrackingTest.cpp",
2525
"ConstraintSystemTest.cpp",
2626
"DDGTest.cpp",
27+
"DXILResourceTest.cpp",
2728
"DomTreeUpdaterTest.cpp",
2829
"FunctionPropertiesAnalysisTest.cpp",
2930
"GlobalsModRefTest.cpp",

llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ unittest("UtilsTests") {
1919
"CodeExtractorTest.cpp",
2020
"CodeLayoutTest.cpp",
2121
"CodeMoverUtilsTest.cpp",
22-
"DXILResourceTest.cpp",
2322
"DebugifyTest.cpp",
2423
"FunctionComparatorTest.cpp",
2524
"IntegerDivisionTest.cpp",

0 commit comments

Comments
 (0)