summaryrefslogtreecommitdiff
path: root/tools/llvm-config/Makefile
Commit message (Expand)AuthorAge
* llvm-config: Fixup r197380, tweak for cross compilation. SYSTEM_LIBS should b...NAKAMURA Takumi2013-12-16
* Re-enable support for --program-prefix.Jordan Rose2012-10-01
* Revert "Add --program-prefix support to build"Jordan Rose2012-09-26
* Add --program-prefix support to buildSebastian Pop2012-09-25
* Do not install llvm-config-host for cross-builds of clang. rdar://11317847Bob Wilson2012-05-09
* llvm-config: Fix --targets-built, I changed this to use the registry but wasn'tDaniel Dunbar2011-12-16
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-12-01
* Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands2011-12-01
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-29
* Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar2011-11-10
* llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar2011-11-10
* build/Make: Get rid of llvm-config-perobj, which isn't used anymore.Daniel Dunbar2011-11-02
* Have llvm-config --cppflags print correct flags when in CMake build directoryPeter Collingbourne2011-10-28
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-04
* New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin2010-02-04
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Change these sed lines to behave correctly when the input stringDan Gohman2009-03-10
* 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