[llvm] c16a881 - [gn build] Port b42718dcecdd
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 25 13:23:14 PDT 2023
Author: LLVM GN Syncbot
Date: 2023-04-25T20:18:23Z
New Revision: c16a8811454f18b85597bfcb763fca27724e792c
URL: https://github.com/llvm/llvm-project/commit/c16a8811454f18b85597bfcb763fca27724e792c
DIFF: https://github.com/llvm/llvm-project/commit/c16a8811454f18b85597bfcb763fca27724e792c.diff
LOG: [gn build] Port b42718dcecdd
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
index 0f19232914f66..e91ddd0cd24a5 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -61,6 +61,7 @@ static_library("Support") {
"CodeGenCoverage.cpp",
"CommandLine.cpp",
"Compression.cpp",
+ "ConvertEBCDIC.cpp",
"ConvertUTF.cpp",
"ConvertUTFWrapper.cpp",
"CrashRecoveryContext.cpp",
diff --git a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
index d872973c177f7..4f1bab7957d27 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -34,6 +34,7 @@ unittest("SupportTests") {
"Chrono.cpp",
"CommandLineTest.cpp",
"CompressionTest.cpp",
+ "ConvertEBCDICTest.cpp",
"ConvertUTFTest.cpp",
"CrashRecoveryTest.cpp",
"DJBTest.cpp",
More information about the llvm-commits
mailing list