[llvm] 4b9bf66 - [gn build] Port acf3b1aa932b

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 3 10:52:10 PST 2024


Author: LLVM GN Syncbot
Date: 2024-12-03T18:45:30Z
New Revision: 4b9bf660f3a3db3b22dd33aa5b23986748b09ec3

URL: https://github.com/llvm/llvm-project/commit/4b9bf660f3a3db3b22dd33aa5b23986748b09ec3
DIFF: https://github.com/llvm/llvm-project/commit/4b9bf660f3a3db3b22dd33aa5b23986748b09ec3.diff

LOG: [gn build] Port acf3b1aa932b

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
    llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
    llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
index 59ecb66f2bcb03..bcb46d919b6c1d 100644
--- a/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/CodeGen/BUILD.gn
@@ -43,12 +43,14 @@ static_library("CodeGen") {
     "CodeGen.cpp",
     "CodeGenCommonISel.cpp",
     "CodeGenPrepare.cpp",
+    "CodeGenTargetMachineImpl.cpp",
     "CommandFlags.cpp",
     "ComplexDeinterleavingPass.cpp",
     "CriticalAntiDepBreaker.cpp",
     "DFAPacketizer.cpp",
     "DeadMachineInstructionElim.cpp",
     "DetectDeadLanes.cpp",
+    "DroppedVariableStats.cpp",
     "DwarfEHPrepare.cpp",
     "EHContGuardCatchret.cpp",
     "EarlyIfConversion.cpp",
@@ -83,7 +85,6 @@ static_library("CodeGen") {
     "IntrinsicLowering.cpp",
     "JMCInstrumenter.cpp",
     "KCFI.cpp",
-    "CodeGenTargetMachineImpl.cpp",
     "LatencyPriorityQueue.cpp",
     "LazyMachineBlockFrequencyInfo.cpp",
     "LexicalScopes.cpp",

diff  --git a/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
index a3f89a5648cb5c..dc01cc9a40a9c5 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/CodeGen/BUILD.gn
@@ -26,6 +26,7 @@ unittest("CodeGenTests") {
     "CCStateTest.cpp",
     "DIEHashTest.cpp",
     "DIETest.cpp",
+    "DroppedVariableStatsIRTest.cpp",
     "DwarfStringPoolEntryRefTest.cpp",
     "InstrRefLDVTest.cpp",
     "LexicalScopesTest.cpp",

diff  --git a/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
index ccee5d79afdccd..b19d54d7ed92f1 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -28,7 +28,6 @@ unittest("IRTests") {
     "DemandedBitsTest.cpp",
     "DominatorTreeBatchUpdatesTest.cpp",
     "DominatorTreeTest.cpp",
-    "DroppedVariableStatsTest.cpp",
     "FunctionTest.cpp",
     "IRBuilderTest.cpp",
     "InstructionsTest.cpp",


        


More information about the llvm-commits mailing list