Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LanguageRuntime] Move CPPLanguageRuntime into a plugin | Alex Langford | 2019-07-12 | 1 | -0/+9 |
| | | | | | | | | | | | | Summary: This seems better suited to be in a plugin. Reviewers: JDevlieghere, clayborg, jingham, compnerd, labath Subscribers: mgorny, lldb-commits Differential Revision: https://reviews.llvm.org/D64599 llvm-svn: 365951 | ||||
* | Convert to UNIX line endings. | Joerg Sonnenberger | 2013-09-25 | 1 | -2/+2 |
| | | | | llvm-svn: 191367 | ||||
* | Adding CMake build system to LLDB. Some known issues remain: | Daniel Malea | 2013-02-21 | 1 | -0/+2 |
- 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 |