aboutsummaryrefslogtreecommitdiff
path: root/lldb/Makefile
AgeCommit message (Expand)AuthorFilesLines
2016-01-28Fix Makefile buildHans Wennborg1-8/+0
2015-11-15Allow to override python-config executable name from command lineBruce Mitchener1-1/+2
2015-07-22Test commitRavitheja Addepally1-0/+1
2014-09-09Remove the -Wno-unused-function option. We are cleanEric Christopher1-3/+0
2014-09-09Fix comment and remove duplicated -Wno-sign-compare option.Eric Christopher1-3/+2
2014-03-12Add some missing defines that are already present in the cmake side.Hafiz Abid Qadeer1-0/+5
2014-03-05Test commit.Andrew MacPherson1-1/+1
2014-02-26Suppress python readline module under Linux to fix a seg fault.Todd Fiala1-1/+1
2013-09-18Respect SDKROOT in lldb MakefileDaniel Malea1-2/+4
2013-08-23MingW compilation (windows). Includes various refactoring to improve portabil...Virgile Bello1-3/+7
2013-03-07Fix Linux i386 buildDaniel Malea1-0/+5
2012-10-31Use libxml2 on Mac OS X.Filipe Cabecinhas1-0/+1
2012-09-14Don't force libc++ and c++11 on everyone.Filipe Cabecinhas1-4/+0
2012-09-11Use c++11 and libc++ and it's headers, instead of gnu's libstdcppFilipe Cabecinhas1-0/+4
2012-02-22Revert the RTTI change from r151187. It make lldb compile with g++ 4.4 but it...Benjamin Kramer1-3/+0
2012-02-22Makefile build: remove warning flag that's not supported by GCC.Benjamin Kramer1-1/+1
2012-02-22Enable RTTI for the Makefile build, hopefully getting the linux build a bit f...Benjamin Kramer1-0/+3
2012-01-05This patch combines common code from Linux and FreeBSD intoJohnny Chen1-0/+1
2011-11-11build/Make: Tweak Clang include paths to use LLVM_{SRC,OBJ}_ROOT instead ofDaniel Dunbar1-2/+2
2011-10-31build: Add some -Wno's for things LLDB isn't clean on yet.Daniel Dunbar1-0/+7
2011-08-02Patch by David Forsythe to build lldb on FreeBSD!Johnny Chen1-1/+0
2011-06-20Enable the "make test" rule in the root MakefilePeter Collingbourne1-2/+2
2011-05-19python-config in MakefilesJohnny Chen1-2/+2
2011-05-17Forgot to check in this patch for Marco Minutoli.Johnny Chen1-1/+1
2011-02-05Python override patch from Jai Menon.Greg Clayton1-1/+4
2011-01-25Simple makefile fixups.Stephen Wilson1-0/+1
2011-01-06Ignore unknown pragmas.Stephen Wilson1-0/+4
2010-07-09Comment out test targets; they don't work on Linux because test/Makefile usesEli Friedman1-6/+6
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-0/+90