We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b359209 commit 9f14197Copy full SHA for 9f14197
llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -26,6 +26,7 @@ static_library("Utils") {
26
"CodeMoverUtils.cpp",
27
"CountVisits.cpp",
28
"CtorUtils.cpp",
29
+ "DXILResource.cpp",
30
"DXILUpgrade.cpp",
31
"Debugify.cpp",
32
"DemoteRegToStack.cpp",
llvm/utils/gn/secondary/llvm/unittests/Transforms/Utils/BUILD.gn
@@ -19,6 +19,7 @@ unittest("UtilsTests") {
19
"CodeExtractorTest.cpp",
20
"CodeLayoutTest.cpp",
21
"CodeMoverUtilsTest.cpp",
22
+ "DXILResourceTest.cpp",
23
"DebugifyTest.cpp",
24
"FunctionComparatorTest.cpp",
25
"IntegerDivisionTest.cpp",
0 commit comments