From 791e71a799d8afb1179007450519825796b3c308 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 23 Nov 2021 19:09:46 +0000 Subject: [PATCH] [gn build] Port 884b6dd31142 --- llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn index ac8e0e4..9f0479c 100644 --- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn @@ -65,6 +65,7 @@ static_library("Utils") { "SCCPSolver.cpp", "SSAUpdater.cpp", "SSAUpdaterBulk.cpp", + "SampleProfileInference.cpp", "SampleProfileLoaderBaseUtil.cpp", "SanitizerStats.cpp", "ScalarEvolutionExpander.cpp", -- 2.7.4