aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-config/Makefile
AgeCommit message (Expand)Author
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar
2010-02-04New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2009-03-10Change these sed lines to behave correctly when the input stringDan Gohman
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner
2007-11-27Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so thatTed Kremenek
2007-07-10Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines onlyReid Spencer
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene
2007-02-04Fix grammaro in output message.Reid Spencer
2007-01-21Run GenLibDeps.pl with the configured PERL path to handle different installReid Spencer
2007-01-09Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...Chandler Carruth
2007-01-06Add an option for getting the C compiler flags, --cflags.Reid Spencer
2006-12-12Fix PR1040:Reid Spencer
2006-12-06reword messageChris Lattner
2006-09-04If a cycle exists, don't succeed building the second time around.Chris Lattner
2006-08-04Fixed typo. Thanks, Reid.Anton Korobeynikov
2006-08-04Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov
2006-08-03For PR845:Reid Spencer
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer
2006-07-26Make changes necessary for stopping the build if a cyclic libraryReid Spencer
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner
2006-06-06Make the llvm-config library dependency database depend on all of the libraries.Chris Lattner
2006-06-02Capture the build mode (e.g. Debug/Release) in the llvm-config script.Chris Lattner
2006-06-02Remove obsolete CORE_IS_ARCHIVE supportChris Lattner
2006-06-01Build llvm-config into the ToolDir not in the local directory. This makesReid Spencer
2006-05-03For PR764:Reid Spencer
2006-04-20Several Changes To Support Building llvm-config:Reid Spencer
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer
2006-03-23Don't print out ugly command line when building LibDeps.txt.Reid Spencer
2006-03-22These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer
2006-03-19First cut at the Makefile for llvm-config. This initial version just providesReid Spencer