[gn build] Port 3bf91ad2a9

This commit is contained in:
LLVM GN Syncbot
2024-12-20 18:30:13 +00:00
parent 0575815b70
commit 89cb528f07
2 changed files with 2 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ static_library("CodeGen") {
"DFAPacketizer.cpp",
"DeadMachineInstructionElim.cpp",
"DetectDeadLanes.cpp",
"DroppedVariableStatsMIR.cpp",
"DwarfEHPrepare.cpp",
"EHContGuardCatchret.cpp",
"EarlyIfConversion.cpp",

View File

@@ -26,6 +26,7 @@ unittest("CodeGenTests") {
"CCStateTest.cpp",
"DIEHashTest.cpp",
"DIETest.cpp",
"DroppedVariableStatsMIRTest.cpp",
"DwarfStringPoolEntryRefTest.cpp",
"InstrRefLDVTest.cpp",
"LexicalScopesTest.cpp",