[llvm] 96449fa - [gn build] Port 700cd99061ed

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 10:28:08 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-03-22T17:21:25Z
New Revision: 96449fa5b639449b720a9d84da5d8c29084b4328

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

LOG: [gn build] Port 700cd99061ed

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 644d30f10854e..0dbeb793e40eb 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
@@ -48,6 +48,7 @@ static_library("IPO") {
     "Internalize.cpp",
     "LoopExtractor.cpp",
     "LowerTypeTests.cpp",
+    "MemProfContextDisambiguation.cpp",
     "MergeFunctions.cpp",
     "ModuleInliner.cpp",
     "OpenMPOpt.cpp",


        


More information about the llvm-commits mailing list