[llvm] 34367dd - [gn build] Port bbab9f986c6d
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 14 07:03:41 PDT 2021
Author: LLVM GN Syncbot
Date: 2021-04-14T13:59:02Z
New Revision: 34367dd2535c576d0fecbb803b38ada9918dc5e7
URL: https://github.com/llvm/llvm-project/commit/34367dd2535c576d0fecbb803b38ada9918dc5e7
DIFF: https://github.com/llvm/llvm-project/commit/34367dd2535c576d0fecbb803b38ada9918dc5e7.diff
LOG: [gn build] Port bbab9f986c6d
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 62517a77c5b4..e1c4a6551f69 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") {
"PredicateInfo.cpp",
"PromoteMemoryToRegister.cpp",
"RelLookupTableConverter.cpp",
+ "SCCPSolver.cpp",
"SSAUpdater.cpp",
"SSAUpdaterBulk.cpp",
"SampleProfileLoaderBaseUtil.cpp",
More information about the llvm-commits
mailing list