[llvm] fd140d4 - [gn build] Port d26b43ff4f73
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 10 01:20:27 PST 2024
Author: LLVM GN Syncbot
Date: 2024-02-10T09:13:09Z
New Revision: fd140d4283652ff7a906f4ebaaa75c8fcf00d39b
URL: https://github.com/llvm/llvm-project/commit/fd140d4283652ff7a906f4ebaaa75c8fcf00d39b
DIFF: https://github.com/llvm/llvm-project/commit/fd140d4283652ff7a906f4ebaaa75c8fcf00d39b.diff
LOG: [gn build] Port d26b43ff4f73
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn
index a1c04274b1875d..f080c06f10dfe1 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Scalar/BUILD.gn
@@ -35,6 +35,7 @@ static_library("Scalar") {
"InferAddressSpaces.cpp",
"InferAlignment.cpp",
"InstSimplifyPass.cpp",
+ "JumpTableToSwitch.cpp",
"JumpThreading.cpp",
"LICM.cpp",
"LoopAccessAnalysisPrinter.cpp",
More information about the llvm-commits
mailing list