[llvm-branch-commits] [llvm] 083088d - [gn build] Port 622eaa4a4cea
LLVM GN Syncbot via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Jan 22 13:51:10 PST 2021
Author: LLVM GN Syncbot
Date: 2021-01-22T21:40:40Z
New Revision: 083088d136baa93650a36d018d2a50717de0df9d
URL: https://github.com/llvm/llvm-project/commit/083088d136baa93650a36d018d2a50717de0df9d
DIFF: https://github.com/llvm/llvm-project/commit/083088d136baa93650a36d018d2a50717de0df9d.diff
LOG: [gn build] Port 622eaa4a4cea
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
index c6e0874e0141..afe67a159f61 100644
--- a/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/IR/BUILD.gn
@@ -63,6 +63,7 @@ static_library("IR") {
"PrintPasses.cpp",
"ProfileSummary.cpp",
"PseudoProbe.cpp",
+ "ReplaceConstant.cpp",
"SafepointIRVerifier.cpp",
"Statepoint.cpp",
"StructuralHash.cpp",
More information about the llvm-branch-commits
mailing list