summaryrefslogtreecommitdiff
path: root/tools/llvm-config/Makefile
AgeCommit message (Expand)AuthorFilesLines
2013-12-16llvm-config: Fixup r197380, tweak for cross compilation. SYSTEM_LIBS should b...NAKAMURA Takumi1-1/+9
2012-10-01Re-enable support for --program-prefix.Jordan Rose1-1/+1
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose1-1/+1
2012-09-25Add --program-prefix support to buildSebastian Pop1-1/+1
2012-05-09Do not install llvm-config-host for cross-builds of clang. rdar://11317847Bob Wilson1-0/+8
2011-12-16llvm-config: Fix --targets-built, I changed this to use the registry but wasn'tDaniel Dunbar1-0/+2
2011-12-01llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-64/+28
2011-12-01Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots.Duncan Sands1-28/+64
2011-11-29llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-64/+28
2011-11-10Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).",Daniel Dunbar1-28/+64
2011-11-10llvm-config: Replace with C++ version (was llvm-config-2).Daniel Dunbar1-64/+28
2011-11-02build/Make: Get rid of llvm-config-perobj, which isn't used anymore.Daniel Dunbar1-44/+0
2011-10-28Have llvm-config --cppflags print correct flags when in CMake build directoryPeter Collingbourne1-0/+6
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar1-2/+2
2010-02-04New flag for GenLibDeps, and llvm-config-perobjincl.Torok Edwin1-0/+40
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner1-1/+0
2009-03-10Change these sed lines to behave correctly when the input stringDan Gohman1-5/+10
2007-12-29remove attributions from tools/utils makefiles.Chris Lattner1-2/+2
2007-11-27Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so thatTed Kremenek1-1/+1
2007-07-10Makesure the -cppflags also uses the CPP.BaseFlags as the CPP.Defines onlyReid Spencer1-2/+2
2007-06-28Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene1-1/+3
2007-02-04Fix grammaro in output message.Reid Spencer1-1/+1
2007-01-21Run GenLibDeps.pl with the configured PERL path to handle different installReid Spencer1-1/+1
2007-01-09Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...Chandler Carruth1-1/+1
2007-01-06Add an option for getting the C compiler flags, --cflags.Reid Spencer1-0/+2
2006-12-12Fix PR1040:Reid Spencer1-3/+8
2006-12-06reword messageChris Lattner1-1/+1
2006-09-04If a cycle exists, don't succeed building the second time around.Chris Lattner1-1/+1
2006-08-04Fixed typo. Thanks, Reid.Anton Korobeynikov1-1/+1
2006-08-04Removed usage of "sort", which can lead to undeterministic behavior on mingw ...Anton Korobeynikov1-1/+1
2006-08-03For PR845:Reid Spencer1-1/+1
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer1-1/+1
2006-07-26Make changes necessary for stopping the build if a cyclic libraryReid Spencer1-1/+1
2006-07-07Tools require EH for their top-level try blocks.Chris Lattner1-0/+1
2006-06-06Make the llvm-config library dependency database depend on all of the libraries.Chris Lattner1-6/+4
2006-06-02Capture the build mode (e.g. Debug/Release) in the llvm-config script.Chris Lattner1-0/+1
2006-06-02Remove obsolete CORE_IS_ARCHIVE supportChris Lattner1-1/+0
2006-06-01Build llvm-config into the ToolDir not in the local directory. This makesReid Spencer1-6/+6
2006-05-03For PR764:Reid Spencer1-10/+21
2006-04-20Several Changes To Support Building llvm-config:Reid Spencer1-10/+17
2006-03-23Update to llvm-config tool, by Erik Kidd:Reid Spencer1-1/+2
2006-03-23Don't print out ugly command line when building LibDeps.txt.Reid Spencer1-1/+3
2006-03-22These changes are necessary to support the new llvm-config tool. llvm-configReid Spencer1-1/+43
2006-03-19First cut at the Makefile for llvm-config. This initial version just providesReid Spencer1-0/+16