Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lldb] Remove Xcode project legacy | Stefan Granitz | 2019-07-24 | 1 | -74/+0 |
| | | | | | | | | | | | | | | Summary: Since D65109 removed the manually maintained Xcode project, there's a few things we don't need anymore. Anything here we should keep or anything more to remove? Reviewers: JDevlieghere, jasonmolenda, clayborg, jingham, lanza, teemperor Subscribers: mgorny, lldb-commits, #lldb Tags: #lldb Differential Revision: https://reviews.llvm.org/D65155 llvm-svn: 366879 | ||||
* | Change build-llvm.py and build-lldb-llvm-clang's patching mechanisms to | Jason Molenda | 2017-09-27 | 1 | -2/+2 |
| | | | | | | | | assume git-style diffs. Committing for Francis Ricci. Differential Revision: https://reviews.llvm.org/D38328 llvm-svn: 314366 | ||||
* | <rdar://problem/10507811> | Greg Clayton | 2012-01-04 | 1 | -4/+5 |
| | | | | | | | | | | Be better at detecting when DWARF changes and handle this more gracefully than asserting and exiting. Also fixed up a bunch of system calls that weren't properly checking for EINTR. llvm-svn: 147559 | ||||
* | Cleaned up the usage to show the BuildAndIntegration configuration. | Greg Clayton | 2011-12-28 | 1 | -3/+3 |
| | | | | llvm-svn: 147325 | ||||
* | Added a version of the LLVM/Clang checkout and | Sean Callanan | 2011-12-17 | 1 | -0/+73 |
build script that applies any local patches to LLVM/Clang. llvm-svn: 146811 |