aboutsummaryrefslogtreecommitdiff
path: root/lib/Lex/Makefile
AgeCommit message (Expand)Author
2010-07-18BUILD_ARCHIVE is the default for libraries, no need to set it.Chris Lattner
2010-06-08Makefiles: Set Clang CPP compiler flags in a single location, instead of scat...Daniel Dunbar
2010-06-08Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.Daniel Dunbar
2010-03-12Allow users to set CPPFLAGS and CXXFLAGS on the make command line.Jeffrey Yasskin
2010-01-24-fno-rtti is now the default.Chris Lattner
2009-10-08Installation of Clang libraries and headers, from Axel Naumann!Douglas Gregor
2009-08-23Don't install Clang libraries.Douglas Gregor
2009-03-16Build system changes to use TableGen to generate the variousDouglas Gregor
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner