Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CMake] [4/4] Update a batch of plugins | Chris Bieneman | 2017-01-31 | 1 | -1/+5 |
| | | | | | | This is extending the updates from r293696 to more LLDB plugins. llvm-svn: 293701 | ||||
* | [cmake] Remove LLVM_NO_RTTI. | Bruce Mitchener | 2015-09-03 | 1 | -2/+0 |
| | | | | | | | | | | | | | | Summary: This doesn't exist in other LLVM projects any longer and doesn't do anything. Reviewers: chaoren, labath Subscribers: emaste, tberghammer, lldb-commits, danalbert Differential Revision: http://reviews.llvm.org/D12586 llvm-svn: 246749 | ||||
* | Convert to UNIX line endings. | Joerg Sonnenberger | 2013-09-25 | 1 | -5/+5 |
| | | | | llvm-svn: 191367 | ||||
* | Adding CMake build system to LLDB. Some known issues remain: | Daniel Malea | 2013-02-21 | 1 | -0/+5 |
- generate-vers.pl has to be called by cmake to generate the version number - parallel builds not yet supported; dependency on clang must be explicitly specified Tested on Linux. - Building on Mac will require code-signing logic to be implemented. - Building on Windows will require OS-detection logic and some selective directory inclusion Thanks to Carlo Kok (who originally prepared these CMakefiles for Windows) and Ben Langmuir who ported them to Linux! llvm-svn: 175795 |