[llvm] b5aa1c4 - [gn build] Port 63c1be724924

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 13 11:49:48 PST 2025


Author: LLVM GN Syncbot
Date: 2025-02-13T19:42:26Z
New Revision: b5aa1c4783c93e6eddfbddd3e0e81982787acb40

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

LOG: [gn build] Port 63c1be724924

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
index 9c7798116356f..8ed4578a320ab 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
@@ -35,6 +35,7 @@ static_library("IPO") {
     "EmbedBitcodePass.cpp",
     "ExpandVariadics.cpp",
     "ExtractGV.cpp",
+    "FatLTOCleanup.cpp",
     "ForceFunctionAttrs.cpp",
     "FunctionAttrs.cpp",
     "FunctionImport.cpp",


        


More information about the llvm-commits mailing list