From faebeddac078f647f74a318fb2fbd2e7962cd493 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 10 Dec 2024 18:14:41 +0000 Subject: [PATCH] [gn build] Port 9a9c1d4a6155 --- llvm/utils/gn/secondary/lldb/source/DataFormatters/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/utils/gn/secondary/lldb/source/DataFormatters/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/DataFormatters/BUILD.gn index 52e203c009c7..580afe7deb0f 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",