Skip to content

Commit 9f14197

Browse files
committed
[gn build] Port 48f55ba
1 parent b359209 commit 9f14197

File tree

2 files changed

+2
-0
lines changed
  • llvm/utils/gn/secondary/llvm

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ static_library("Utils") {
2626
"CodeMoverUtils.cpp",
2727
"CountVisits.cpp",
2828
"CtorUtils.cpp",
29+
"DXILResource.cpp",
2930
"DXILUpgrade.cpp",
3031
"Debugify.cpp",
3132
"DemoteRegToStack.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ unittest("UtilsTests") {
1919
"CodeExtractorTest.cpp",
2020
"CodeLayoutTest.cpp",
2121
"CodeMoverUtilsTest.cpp",
22+
"DXILResourceTest.cpp",
2223
"DebugifyTest.cpp",
2324
"FunctionComparatorTest.cpp",
2425
"IntegerDivisionTest.cpp",

0 commit comments

Comments
 (0)