[Lldb-commits] [lldb] r328373 - [CMakeLists] Update file list after recent changes.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 23 14:21:17 PDT 2018


Author: davide
Date: Fri Mar 23 14:21:17 2018
New Revision: 328373

URL: http://llvm.org/viewvc/llvm-project?rev=328373&view=rev
Log:
[CMakeLists] Update file list after recent changes.

Modified:
    lldb/trunk/source/Commands/CMakeLists.txt

Modified: lldb/trunk/source/Commands/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CMakeLists.txt?rev=328373&r1=328372&r2=328373&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CMakeLists.txt (original)
+++ lldb/trunk/source/Commands/CMakeLists.txt Fri Mar 23 14:21:17 2018
@@ -1,7 +1,6 @@
 add_lldb_library(lldbCommands
   CommandCompletions.cpp
   CommandObjectApropos.cpp
-  CommandObjectArgs.cpp
   CommandObjectBreakpoint.cpp
   CommandObjectBreakpointCommand.cpp
   CommandObjectBugreport.cpp




More information about the lldb-commits mailing list