summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/finish-swig-wrapper-classes.sh
Commit message (Collapse)AuthorAgeFilesLines
* [lldb] Remove Xcode project legacyStefan Granitz2019-07-241-101/+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
* Fixed Makefile-based install to place python packages in the LLDB install tree.Sylvestre Ledru2013-12-061-0/+5
| | | | | | | | | Failure to install python packages now fails the make install. This patch properly handles the optional DESTDIR variable. Patch by Todd Fiala llvm-svn: 196624
* Revert: "Patch from Todd Fiala that install the lldb.py module in the prefix ↵Sylvestre Ledru2013-12-051-5/+0
| | | | | | | | directory and also makes install fail if the prefix directory can't be accessed" Does not respect the prefix llvm-svn: 196499
* Patch from Todd Fiala that install the lldb.py module in the prefix ↵Greg Clayton2013-12-041-0/+5
| | | | | | directory and also makes install fail if the prefix directory can't be accessed llvm-svn: 196413
* Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).Filipe Cabecinhas2012-11-011-7/+18
| | | | llvm-svn: 167242
* Patch from Dan Malea to get the Bourne shells scripts to run cleanly on ↵Jason Molenda2012-09-271-4/+4
| | | | | | Ubuntu. llvm-svn: 164801
* Parameterize the shell scripts for creating and copying the python andCaroline Tice2010-06-161-5/+19
| | | | | | | | other script files around, so they can be run from outside Xcode. Also, check the current OS, and only try to use the framework structure stuff on Darwin systems. llvm-svn: 106132
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+71
llvm-svn: 105619
OpenPOWER on IntegriCloud