[llvm] 791e71a - [gn build] Port 884b6dd31142

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 23 11:14:03 PST 2021


Author: LLVM GN Syncbot
Date: 2021-11-23T19:09:46Z
New Revision: 791e71a799d8afb1179007450519825796b3c308

URL: https://github.com/llvm/llvm-project/commit/791e71a799d8afb1179007450519825796b3c308
DIFF: https://github.com/llvm/llvm-project/commit/791e71a799d8afb1179007450519825796b3c308.diff

LOG: [gn build] Port 884b6dd31142

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn

Removed: 
    


################################################################################
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 ac8e0e4c94f0..9f0479c412f4 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",


        


More information about the llvm-commits mailing list