hanchenye-llvm-project/lldb/cmake
Zachary Turner 44a14d95c2 [CMake] Refactor LLDB main CMake file.
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.

llvm-svn: 231010
2015-03-02 20:45:26 +00:00
..
modules [CMake] Refactor LLDB main CMake file. 2015-03-02 20:45:26 +00:00
platforms Fix build of lldb-gdbserver and lldb-platform for android (arm32, x86) 2015-02-06 10:57:40 +00:00
LLDBDependencies.cmake Reduce the number of components initialized by lldb-server to reduce static binary size. 2015-03-02 15:14:50 +00:00