summaryrefslogtreecommitdiffstats
path: root/llvm/projects/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* build: make libunwind a proper projectSaleem Abdulrasool2015-04-251-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 Fiselier2015-03-041-1/+3
| | | | llvm-svn: 231190
* [cmake] Use the external project machinery for libcxxabi so that it canChandler Carruth2014-07-251-1/+3
| | | | | | be disabled in CMake or relocated if desired. llvm-svn: 213936
* [CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT optionAlexey Samsonov2014-02-271-1/+3
| | | | llvm-svn: 202363
* Remove dead code, we already require cmake 2.8.8.Rafael Espindola2014-02-161-5/+1
| | | | llvm-svn: 201495
* llvm/projects/CMakeLists.txt: Add dragonegg.NAKAMURA Takumi2014-01-241-0/+3
| | | | llvm-svn: 199995
* Disable libc++ building by default with CMake with MSVC -- some botsChandler Carruth2013-10-021-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 checkedChandler Carruth2013-09-281-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 Samsonov2013-03-051-3/+6
| | | | | | version to make this requirement more visible to users llvm-svn: 176481
* [CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR.NAKAMURA Takumi2012-10-241-4/+2
| | | | llvm-svn: 166552
* [CMake] Respect LLVM_BUILD_RUNTIME.Michael J. Spencer2012-09-211-0/+1
| | | | llvm-svn: 164424
* Enable recursing into the compiler-rt projcet with the CMake build.Chandler Carruth2012-08-291-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 buildsChandler Carruth2012-06-271-1/+2
| | | | | | suitable for building as a whole-project. llvm-svn: 159241
* CMake: Fixed syntax in conditional.Oscar Fuentes2010-02-151-1/+1
| | | | llvm-svn: 96221
* CMake: Don't try to descend into projects/compiler-rt, it doesn't work.Daniel Dunbar2010-01-221-1/+3
| | | | llvm-svn: 94187
* CMake: auto-discover project files under the projects/ subdirectory.Oscar Fuentes2009-03-061-0/+9
Patch by Viktar Zviarovich! llvm-svn: 66230
OpenPOWER on IntegriCloud