From 07927ac675e9cc3207050eb5d02dc0403c260fbc Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Mon, 16 Nov 2020 14:58:16 +0000 Subject: [PATCH] [gn build] Port 8dbe44cb293 --- llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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",