Skip to content

Commit 89cb528

Browse files
committed
[gn build] Port 3bf91ad
1 parent 0575815 commit 89cb528

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ static_library("CodeGen") {
5050
"DFAPacketizer.cpp",
5151
"DeadMachineInstructionElim.cpp",
5252
"DetectDeadLanes.cpp",
53+
"DroppedVariableStatsMIR.cpp",
5354
"DwarfEHPrepare.cpp",
5455
"EHContGuardCatchret.cpp",
5556
"EarlyIfConversion.cpp",

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ unittest("CodeGenTests") {
2626
"CCStateTest.cpp",
2727
"DIEHashTest.cpp",
2828
"DIETest.cpp",
29+
"DroppedVariableStatsMIRTest.cpp",
2930
"DwarfStringPoolEntryRefTest.cpp",
3031
"InstrRefLDVTest.cpp",
3132
"LexicalScopesTest.cpp",

0 commit comments

Comments
 (0)