| 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
|
|
|
|
|
|
|
|
|
| |
When using the configure build system, the libc++ headers were being
installed in lib/, whereas cmake installs them in include/. Since
include/ makes more sense for headers, we'll make both systems install
headers there.
llvm-svn: 194833
|
|
|
|
| |
llvm-svn: 148630
|
|
|
|
| |
llvm-svn: 145168
|
|
|
|
| |
llvm-svn: 140876
|
|
|
|
|
|
| |
did. Delete it.
llvm-svn: 129584
|
|
|
|
|
|
|
| |
need any of the LLVM support libraries. Reviewed
by Daniel Dunbar.
llvm-svn: 120602
|
|
|
|
| |
llvm-svn: 120297
|
|
build if
libc++ is checked out into llvm/projects.
- WIP, not on by default yet.
llvm-svn: 113924
|