[llvm] 07927ac - [gn build] Port 8dbe44cb293

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 07:03:50 PST 2020


Author: LLVM GN Syncbot
Date: 2020-11-16T14:58:16Z
New Revision: 07927ac675e9cc3207050eb5d02dc0403c260fbc

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

LOG: [gn build] Port 8dbe44cb293

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 168bb499dcff..8a6bd84a856d 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn
@@ -20,6 +20,7 @@ static_library("IPO") {
   ]
   sources = [
     "AlwaysInliner.cpp",
+    "Annotation2Metadata.cpp",
     "ArgumentPromotion.cpp",
     "Attributor.cpp",
     "AttributorAttributes.cpp",


        


More information about the llvm-commits mailing list