From 23d183f190508e519fa044aa22985fe298278ae7 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Thu, 17 Dec 2020 17:28:45 +0000 Subject: [PATCH] [gn build] Port dae34463e3e --- 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 c088d48..e6a2a87 100644 --- a/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/IPO/BUILD.gn @@ -40,6 +40,7 @@ static_library("IPO") { "GlobalSplit.cpp", "HotColdSplitting.cpp", "IPO.cpp", + "IROutliner.cpp", "InferFunctionAttrs.cpp", "InlineSimple.cpp", "Inliner.cpp", -- 2.7.4