From a2752e3d85765616b966f22e381dd57707cc6956 Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Mon, 31 Oct 2022 21:45:26 +0000 Subject: [PATCH] [gn build] Port 0d01300aacf6 --- llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn index 08461bf..6848c2a 100644 --- a/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn +++ b/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn @@ -34,6 +34,7 @@ static_library("Commands") { "CommandObjectBreakpoint.cpp", "CommandObjectBreakpointCommand.cpp", "CommandObjectCommands.cpp", + "CommandObjectDiagnostics.cpp", "CommandObjectDisassemble.cpp", "CommandObjectExpression.cpp", "CommandObjectFrame.cpp", -- 2.7.4