[llvm] d39d526 - [gn build] fix typo in 78a65cd945d
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 22 15:38:31 PDT 2021
Author: Nico Weber
Date: 2021-03-22T18:38:17-04:00
New Revision: d39d5269249624e0fb3684df7c1fb53a7793a03f
URL: https://github.com/llvm/llvm-project/commit/d39d5269249624e0fb3684df7c1fb53a7793a03f
DIFF: https://github.com/llvm/llvm-project/commit/d39d5269249624e0fb3684df7c1fb53a7793a03f.diff
LOG: [gn build] fix typo in 78a65cd945d
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 8268b30b0164..62517a77c5b4 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -61,7 +61,7 @@ static_library("Utils") {
"NameAnonGlobals.cpp",
"PredicateInfo.cpp",
"PromoteMemoryToRegister.cpp",
- "RelLookupTableConverter.cpp"
+ "RelLookupTableConverter.cpp",
"SSAUpdater.cpp",
"SSAUpdaterBulk.cpp",
"SampleProfileLoaderBaseUtil.cpp",
More information about the llvm-commits
mailing list