Go to file
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
clang Improve robustness of dependency-generation-crash.c test. 2015-03-02 20:44:09 +00:00
clang-tools-extra Add -fexceptions for targets which need it 2015-03-02 19:12:51 +00:00
compiler-rt [ASan/Win] Work around PR22545: call LLVM global_dtors in the MD atexit() 2015-03-02 19:41:09 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Implement step builtin 2015-03-02 15:29:41 +00:00
libcxx cmath: account for MSVCRT 12.0 changes 2015-02-28 20:18:39 +00:00
libcxxabi Unwind: make it build on Darwin again 2015-02-28 02:23:54 +00:00
lld Remove include/lld/Core/Endian.h and use llvm/Support/Endian.h instead. 2015-03-02 20:31:43 +00:00
lldb [CMake] Refactor LLDB main CMake file. 2015-03-02 20:45:26 +00:00
llgo [llgo] debug: create replaceable type through DIBuilder 2015-03-02 12:42:45 +00:00
llvm Make ToVectorTy static. 2015-03-02 20:43:24 +00:00
openmp Removed all header files for OpenMP 2.5 2015-02-25 18:38:08 +00:00
polly Do not model scalar accesses in non-affine subregions 2015-03-02 14:06:01 +00:00