[Lldb-commits] [PATCH] [CMake] Refactor the main lldb cmake file

Zachary Turner zturner at google.com
Mon Mar 2 11:59:26 PST 2015


Hi sivachandra,

The existing state of affairs was getting a little unwieldy.

All of LLDB's utility functions and initial configuration was in the root CMake file.  I split this up into 3 separate files and moved them to relevant subfolders under cmake/modules.

Also, I deleted the add_lldb_definitions() function.  It seemed to be somewhat useless and did not serve any real purpose that I was able to figure out.

http://reviews.llvm.org/D8012

Files:
  CMakeLists.txt
  cmake/modules/AddLLDB.cmake
  cmake/modules/LLDBConfig.cmake
  cmake/modules/LLDBStandalone.cmake

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8012.21025.patch
Type: text/x-patch
Size: 29119 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150302/83ee0f22/attachment.bin>


More information about the lldb-commits mailing list