Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove autoconf support from source directories. | Eugene Zelenko | 2016-01-28 | 1 | -14/+0 |
| | | | | | | Differential revision: http://reviews.llvm.org/D16662 llvm-svn: 259098 | ||||
* | [Makefiles] Align library names with CMake build | Keno Fischer | 2015-07-14 | 1 | -3/+3 |
| | | | | | | | | | | | | Summary: This aligns the library names used by the Makefile build to be the same as those create by the CMake build to make switching between the two easier. The only major difficulty was lldbHost which was one library in the CMake system and several in the Makefile system. Most of the other changes are trivial renames. Reviewers: labath Subscribers: emaste, tberghammer, lldb-commits Differential Revision: http://reviews.llvm.org/D11154 llvm-svn: 242196 | ||||
* | Fix a typo. | Johnny Chen | 2012-08-24 | 1 | -1/+1 |
| | | | | llvm-svn: 162510 | ||||
* | Added a hollowed out version of an OperatingSystem plugin that will use a ↵ | Greg Clayton | 2012-08-23 | 1 | -0/+14 |
class in python to get thread information for threads stored in memory. llvm-svn: 162472 |