[llvm] faebedd - [gn build] Port 9a9c1d4a6155
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 10:20:22 PST 2024
Author: LLVM GN Syncbot
Date: 2024-12-10T18:14:41Z
New Revision: faebeddac078f647f74a318fb2fbd2e7962cd493
URL: https://github.com/llvm/llvm-project/commit/faebeddac078f647f74a318fb2fbd2e7962cd493
DIFF: https://github.com/llvm/llvm-project/commit/faebeddac078f647f74a318fb2fbd2e7962cd493.diff
LOG: [gn build] Port 9a9c1d4a6155
Added:
Modified:
llvm/utils/gn/secondary/lldb/source/DataFormatters/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/lldb/source/DataFormatters/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/DataFormatters/BUILD.gn
index 52e203c009c717..580afe7deb0ff3 100644
--- a/llvm/utils/gn/secondary/lldb/source/DataFormatters/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/DataFormatters/BUILD.gn
@@ -18,6 +18,8 @@ static_library("DataFormatters") {
"FormatCache.cpp",
"FormatClasses.cpp",
"FormatManager.cpp",
+ "FormatterBytecode.cpp",
+ "FormatterSection.cpp",
"FormattersHelpers.cpp",
"LanguageCategory.cpp",
"StringPrinter.cpp",
More information about the llvm-commits
mailing list