[llvm] 1114d1a - [gn build] Port 185d4964a158

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 12:47:52 PST 2022


Author: LLVM GN Syncbot
Date: 2022-11-29T20:47:01Z
New Revision: 1114d1a9767c8a25c0406eb2350c8963b867586f

URL: https://github.com/llvm/llvm-project/commit/1114d1a9767c8a25c0406eb2350c8963b867586f
DIFF: https://github.com/llvm/llvm-project/commit/1114d1a9767c8a25c0406eb2350c8963b867586f.diff

LOG: [gn build] Port 185d4964a158

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Commands/BUILD.gn
index 6848c2a8fb63..256fba3ca38c 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",
+    "CommandObjectDWIMPrint.cpp",
     "CommandObjectDiagnostics.cpp",
     "CommandObjectDisassemble.cpp",
     "CommandObjectExpression.cpp",


        


More information about the llvm-commits mailing list