[llvm] f456959 - [gn build] Port 6fd5ccff72ee
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 16 16:57:45 PST 2021
Author: LLVM GN Syncbot
Date: 2021-02-17T00:53:56Z
New Revision: f456959a9331e628e8214930e6d4dceb34d75ea0
URL: https://github.com/llvm/llvm-project/commit/f456959a9331e628e8214930e6d4dceb34d75ea0
DIFF: https://github.com/llvm/llvm-project/commit/f456959a9331e628e8214930e6d4dceb34d75ea0.diff
LOG: [gn build] Port 6fd5ccff72ee
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 a7cae6b4b889..8ad7a702704d 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -62,6 +62,7 @@ static_library("Utils") {
"PromoteMemoryToRegister.cpp",
"SSAUpdater.cpp",
"SSAUpdaterBulk.cpp",
+ "SampleProfileLoaderBaseUtil.cpp",
"SanitizerStats.cpp",
"ScalarEvolutionExpander.cpp",
"SimplifyCFG.cpp",
More information about the llvm-commits
mailing list