| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 28706
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 28695
|
|
|
|
| |
llvm-svn: 28675
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
when run out of a build directory.
llvm-svn: 28668
|
|
|
|
| |
llvm-svn: 28665
|
|
|
|
| |
llvm-svn: 28663
|
|
|
|
| |
llvm-svn: 28662
|
|
|
|
|
|
| |
by our illustrious project leader.
llvm-svn: 28659
|
|
|
|
|
|
|
| |
for the "build with one prefix and move the installed files to another dir"
problem.
llvm-svn: 28654
|
|
|
|
| |
llvm-svn: 28653
|
|
|
|
| |
llvm-svn: 28652
|
|
|
|
| |
llvm-svn: 28649
|
|
|
|
| |
llvm-svn: 28647
|
|
|
|
|
|
|
| |
it more likely to be in a developer's path and consistent with all the
other tools.
llvm-svn: 28613
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
llvm-svn: 27913
|