summaryrefslogtreecommitdiffstats
path: root/lldb/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove the -Wno-unused-function option. We are cleanEric Christopher2014-09-091-3/+0
* Fix comment and remove duplicated -Wno-sign-compare option.Eric Christopher2014-09-091-3/+2
* Add some missing defines that are already present in the cmake side.Hafiz Abid Qadeer2014-03-121-0/+5
* Test commit.Andrew MacPherson2014-03-051-1/+1
* Suppress python readline module under Linux to fix a seg fault.Todd Fiala2014-02-261-1/+1
* Respect SDKROOT in lldb MakefileDaniel Malea2013-09-181-2/+4
* MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello2013-08-231-3/+7
* Fix Linux i386 buildDaniel Malea2013-03-071-0/+5
* Use libxml2 on Mac OS X.Filipe Cabecinhas2012-10-311-0/+1
* Don't force libc++ and c++11 on everyone.Filipe Cabecinhas2012-09-141-4/+0
* Use c++11 and libc++ and it's headers, instead of gnu's libstdcppFilipe Cabecinhas2012-09-111-0/+4
* Revert the RTTI change from r151187. It make lldb compile with g++ 4.4 but it...Benjamin Kramer2012-02-221-3/+0
* Makefile build: remove warning flag that's not supported by GCC.Benjamin Kramer2012-02-221-1/+1
* Enable RTTI for the Makefile build, hopefully getting the linux build a bit f...Benjamin Kramer2012-02-221-0/+3
* This patch combines common code from Linux and FreeBSD intoJohnny Chen2012-01-051-0/+1
* build/Make: Tweak Clang include paths to use LLVM_{SRC,OBJ}_ROOT instead ofDaniel Dunbar2011-11-111-2/+2
* build: Add some -Wno's for things LLDB isn't clean on yet.Daniel Dunbar2011-10-311-0/+7
* Patch by David Forsythe to build lldb on FreeBSD!Johnny Chen2011-08-021-1/+0
* Enable the "make test" rule in the root MakefilePeter Collingbourne2011-06-201-2/+2
* python-config in MakefilesJohnny Chen2011-05-191-2/+2
* Forgot to check in this patch for Marco Minutoli.Johnny Chen2011-05-171-1/+1
* Python override patch from Jai Menon.Greg Clayton2011-02-051-1/+4
* Simple makefile fixups.Stephen Wilson2011-01-251-0/+1
* Ignore unknown pragmas.Stephen Wilson2011-01-061-0/+4
* Comment out test targets; they don't work on Linux because test/Makefile usesEli Friedman2010-07-091-6/+6
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-0/+90
OpenPOWER on IntegriCloud