File tree Expand file tree Collapse file tree 4 files changed +2
-2
lines changed
llvm/utils/gn/secondary/llvm Expand file tree Collapse file tree 4 files changed +2
-2
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments