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