summaryrefslogtreecommitdiffstats
path: root/lldb/scripts/build-swig-wrapper-classes.sh
Commit message (Collapse)AuthorAgeFilesLines
* remove defunct scripts/build-swig-wrapper-classes.sh; switch autoconf build ↵Todd Fiala2015-11-181-151/+0
| | | | | | | | to prepare_bindings.py. Xcode moved off of build-swig-wrapper-classes.sh earlier this week. llvm-svn: 253490
* Linux buildbot fix: detect swig tool from PATH in shell script (before ↵Daniel Malea2012-11-281-2/+2
| | | | | | searching hardcoded directories) llvm-svn: 168831
* Makefile patches from Charles Davis and Daniel Malea (+ one or two tweaks).Filipe Cabecinhas2012-11-011-3/+28
| | | | llvm-svn: 167242
* Patch from Dan Malea to get the Bourne shells scripts to run cleanly on ↵Jason Molenda2012-09-271-6/+6
| | | | | | Ubuntu. llvm-svn: 164801
* Fixed some problems with SWIG bindings.Filipe Cabecinhas2012-09-141-1/+1
| | | | | | | | | | This may (but shouldn't) break Linux (but I tested and it still worked on FreeBSD). The same shell scripts are now used on Xcode and Makefiles, for generating the SWIG bindings. Some compatibility fixes were applied, too (python path, bash-isms, etc). llvm-svn: 163912
* Look for swig in /usr/bin and /usr/local/bin.Jim Ingham2011-03-011-1/+22
| | | | llvm-svn: 126732
* Parameterize the shell scripts for creating and copying the python andCaroline Tice2010-06-161-4/+24
| | | | | | | | 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/+85
llvm-svn: 105619
OpenPOWER on IntegriCloud