summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-config
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove useless noop argumentChris Lattner2006-06-071-2/+0
| | | | llvm-svn: 28706
* Fix a bug in the following scenario.Chris Lattner2006-06-061-1/+2
| | | | | | | | | | | 1. llvm is built with objroot = OBJ and installed. 2. OBJ is deleted or install tree is shipped. 3. llvm-config is run. In this scenario, llvm-config shouldn't emit an error message at #3, it should just know it's not running in the objdir :) llvm-svn: 28704
* Add a new --libfiles option, for getting fully-qualified pathnames to libraries.Chris Lattner2006-06-061-7/+19
| | | | | | | This can be used for tools that want makefile rules to depend on the libraries (e.g. so the tool is relinked when a library changes). llvm-svn: 28701
* Make the llvm-config library dependency database depend on all of the libraries.Chris Lattner2006-06-061-6/+4
| | | | llvm-svn: 28695
* temporarily add back this option, I will remove it in a couple daysChris Lattner2006-06-021-0/+2
| | | | llvm-svn: 28675
* Add flags to get access to build_mode, objdir, srcdir etc.Chris Lattner2006-06-021-9/+18
| | | | | | | | If installed, ignore the prefix the tree is configured with: always use the prefix that llvm-config is currently at, which may be different if the tree was moved. llvm-svn: 28669
* Make llvm-config "do the right thing" when an install tree is relocated orChris Lattner2006-06-021-12/+33
| | | | | | when run out of a build directory. llvm-svn: 28668
* Capture the build mode (e.g. Debug/Release) in the llvm-config script.Chris Lattner2006-06-022-0/+2
| | | | llvm-svn: 28665
* Convert to standard file headerChris Lattner2006-06-021-4/+9
| | | | llvm-svn: 28663
* Remove a couple of things no longer figured out by autoconfChris Lattner2006-06-021-3/+0
| | | | llvm-svn: 28662
* Add several more autoconf variables so that new features can be implementedReid Spencer2006-06-021-0/+20
| | | | | | by our illustrious project leader. llvm-svn: 28659
* Add a gross "--use-current-dir-as-prefix" option as a temporary workaroundChris Lattner2006-06-021-0/+8
| | | | | | | for the "build with one prefix and move the installed files to another dir" problem. llvm-svn: 28654
* Remove some variables from the configured section that aren't.Chris Lattner2006-06-021-9/+6
| | | | llvm-svn: 28653
* Remove more "alpha is archive" stuff.Chris Lattner2006-06-021-15/+2
| | | | llvm-svn: 28652
* Remove obsolete CORE_IS_ARCHIVE supportChris Lattner2006-06-022-10/+4
| | | | llvm-svn: 28649
* Update the ignore fileChris Lattner2006-06-021-1/+2
| | | | llvm-svn: 28647
* Build llvm-config into the ToolDir not in the local directory. This makesReid Spencer2006-06-011-6/+6
| | | | | | | it more likely to be in a developer's path and consistent with all the other tools. llvm-svn: 28613
* For PR764:Reid Spencer2006-05-033-65/+21
| | | | | | | | Don't check in the LibDeps.txt and FinalLibDeps.txt files to CVS because the content differs from platform to platform. Instead, adjust the makefile so that a dummy llvm-config is built if Perl is not available. llvm-svn: 28084
* Several Changes To Support Building llvm-config:Reid Spencer2006-04-202-10/+42
| | | | | | | | | | | 1. If Perl is not available, don't run Perl dependent targets. 2. Check in FinalLibDeps.txt for build environments that can't build it because there's no Perl processor. 3. Ensure that FinalLibDeps.txt depends on LibDeps.txt so it is automatically regenerated. 4. Support objdir != srcdir building. llvm-svn: 27915
* Build the llvm-config directory as a tool.Reid Spencer2006-04-205-0/+632
llvm-svn: 27913
OpenPOWER on IntegriCloud