[Lldb-commits] [lldb] r180061 - Update CMakeLists.txt as per new file RegisterContextDummy.cpp
Daniel Malea
daniel.malea at intel.com
Mon Apr 22 15:42:27 PDT 2013
Author: dmalea
Date: Mon Apr 22 17:42:27 2013
New Revision: 180061
URL: http://llvm.org/viewvc/llvm-project?rev=180061&view=rev
Log:
Update CMakeLists.txt as per new file RegisterContextDummy.cpp
Modified:
lldb/trunk/source/Plugins/Process/Utility/CMakeLists.txt
Modified: lldb/trunk/source/Plugins/Process/Utility/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Utility/CMakeLists.txt?rev=180061&r1=180060&r2=180061&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Utility/CMakeLists.txt (original)
+++ lldb/trunk/source/Plugins/Process/Utility/CMakeLists.txt Mon Apr 22 17:42:27 2013
@@ -8,6 +8,7 @@ add_lldb_library(lldbPluginProcessUtilit
RegisterContextDarwin_arm.cpp
RegisterContextDarwin_i386.cpp
RegisterContextDarwin_x86_64.cpp
+ RegisterContextDummy.cpp
RegisterContextLLDB.cpp
RegisterContextMach_arm.cpp
RegisterContextMach_i386.cpp
More information about the lldb-commits
mailing list