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 62517a77c5b4f6..e1c4a6551f6943 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",