| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
This patch is provided in preparation for removing autoconf on 1/26. The proposal to remove autoconf on 1/26 was discussed on the llvm-dev thread here: http://lists.llvm.org/pipermail/llvm-dev/2016-January/093875.html
"This is the way [autoconf] ends
Not with a bang but a whimper."
-T.S. Eliot
Reviewers: chandlerc, grosbach, bob.wilson, echristo
Subscribers: klimek, cfe-commits
Differential Revision: http://reviews.llvm.org/D16472
llvm-svn: 258862
|
|
|
|
|
|
| |
This avoids linking in extra copies of, say, LLVMSupport.
llvm-svn: 201256
|
|
|
|
|
|
| |
still works on Linux.
llvm-svn: 124325
|
|
|
|
|
|
| |
Also, don't link in all the clang libraries statically.
llvm-svn: 109436
|
|
|
|
|
|
| |
that loads it, not by linking against them directly.
llvm-svn: 108055
|
|
|
|
| |
llvm-svn: 105640
|
|
|
|
|
|
| |
scattered throughout the project Makefiles.
llvm-svn: 105638
|
|
|
|
|
|
| |
- This eliminates most dependencies on how Clang is installed relative to LLVM.
llvm-svn: 105637
|
|
|
|
| |
llvm-svn: 94379
|
|
|
|
| |
llvm-svn: 90359
|
|
- The build scriptage is about twice as long as the code, which is nice. :)
llvm-svn: 88826
|