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") {
39
39
" CycleAnalysis.cpp" ,
40
40
" DDG.cpp" ,
41
41
" DDGPrinter.cpp" ,
42
+ " DXILResource.cpp" ,
42
43
" Delinearization.cpp" ,
43
44
" DemandedBits.cpp" ,
44
45
" DependenceAnalysis.cpp" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ static_library("Utils") {
26
26
" CodeMoverUtils.cpp" ,
27
27
" CountVisits.cpp" ,
28
28
" CtorUtils.cpp" ,
29
- " DXILResource.cpp" ,
30
29
" DXILUpgrade.cpp" ,
31
30
" Debugify.cpp" ,
32
31
" DemoteRegToStack.cpp" ,
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ unittest("AnalysisTests") {
24
24
" CaptureTrackingTest.cpp" ,
25
25
" ConstraintSystemTest.cpp" ,
26
26
" DDGTest.cpp" ,
27
+ " DXILResourceTest.cpp" ,
27
28
" DomTreeUpdaterTest.cpp" ,
28
29
" FunctionPropertiesAnalysisTest.cpp" ,
29
30
" GlobalsModRefTest.cpp" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ unittest("UtilsTests") {
19
19
" CodeExtractorTest.cpp" ,
20
20
" CodeLayoutTest.cpp" ,
21
21
" CodeMoverUtilsTest.cpp" ,
22
- " DXILResourceTest.cpp" ,
23
22
" DebugifyTest.cpp" ,
24
23
" FunctionComparatorTest.cpp" ,
25
24
" IntegerDivisionTest.cpp" ,
You can’t perform that action at this time.
0 commit comments