| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | build: make libunwind a proper project | Saleem Abdulrasool | 2015-04-25 | 1 | -1/+3 |
| | | | | | | | This allows the build infrastructure to properly detect and build libunwind. llvm-svn: 235796 | ||||
| * | Reverse the order libc++ and libc++abi are added in CMake. | Eric Fiselier | 2015-03-04 | 1 | -1/+3 |
| | | | | | llvm-svn: 231190 | ||||
| * | [cmake] Use the external project machinery for libcxxabi so that it can | Chandler Carruth | 2014-07-25 | 1 | -1/+3 |
| | | | | | | | be disabled in CMake or relocated if desired. llvm-svn: 213936 | ||||
| * | [CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT option | Alexey Samsonov | 2014-02-27 | 1 | -1/+3 |
| | | | | | llvm-svn: 202363 | ||||
| * | Remove dead code, we already require cmake 2.8.8. | Rafael Espindola | 2014-02-16 | 1 | -5/+1 |
| | | | | | llvm-svn: 201495 | ||||
| * | llvm/projects/CMakeLists.txt: Add dragonegg. | NAKAMURA Takumi | 2014-01-24 | 1 | -0/+3 |
| | | | | | llvm-svn: 199995 | ||||
| * | Disable libc++ building by default with CMake with MSVC -- some bots | Chandler Carruth | 2013-10-02 | 1 | -1/+5 |
| | | | | | | | aren't yet happy with this config. llvm-svn: 191811 | ||||
| * | Enable libcxx as part of the top level CMake build when it is checked | Chandler Carruth | 2013-09-28 | 1 | -2/+3 |
| | | | | | | | | out in projects. This appears to be working on my system, and I will be watching build bots to see if there are any issues on other platforms. llvm-svn: 191624 | ||||
| * | Print a warning message if compiler-rt can't be built because of old CMake ↵ | Alexey Samsonov | 2013-03-05 | 1 | -3/+6 |
| | | | | | | | version to make this requirement more visible to users llvm-svn: 176481 | ||||
| * | [CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR. | NAKAMURA Takumi | 2012-10-24 | 1 | -4/+2 |
| | | | | | llvm-svn: 166552 | ||||
| * | [CMake] Respect LLVM_BUILD_RUNTIME. | Michael J. Spencer | 2012-09-21 | 1 | -0/+1 |
| | | | | | llvm-svn: 164424 | ||||
| * | Enable recursing into the compiler-rt projcet with the CMake build. | Chandler Carruth | 2012-08-29 | 1 | -0/+8 |
| | | | | | | | | | | | | | | This only fires if using a recent enough CMake -- compiler-rt uses a few of the more advanced features that not everyone needs. Please let me know if anyone sees issues with this. I'll be updating documentation and other stuff to tell people about this. Many thanks to Alexey for doing a ton of work to get ASan's CMake build into a really fantastic shape. =] llvm-svn: 162815 | ||||
| * | Exclude both libcxx and compiler-rt until we get their CMake builds | Chandler Carruth | 2012-06-27 | 1 | -1/+2 |
| | | | | | | | suitable for building as a whole-project. llvm-svn: 159241 | ||||
| * | CMake: Fixed syntax in conditional. | Oscar Fuentes | 2010-02-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 96221 | ||||
| * | CMake: Don't try to descend into projects/compiler-rt, it doesn't work. | Daniel Dunbar | 2010-01-22 | 1 | -1/+3 |
| | | | | | llvm-svn: 94187 | ||||
| * | CMake: auto-discover project files under the projects/ subdirectory. | Oscar Fuentes | 2009-03-06 | 1 | -0/+9 |
| Patch by Viktar Zviarovich! llvm-svn: 66230 | |||||

