summaryrefslogtreecommitdiffstats
path: root/clang/runtime/libcxx
Commit message (Collapse)AuthorAgeFilesLines
* Remove autoconf supportChris Bieneman2016-01-261-31/+0
| | | | | | | | | | | | | | | | | 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
* libc++: Install headers in include/, rather than lib/Justin Bogner2013-11-151-1/+1
| | | | | | | | | 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
* Use the new installheaders makefile target in libcxx.Bob Wilson2012-01-211-1/+1
| | | | llvm-svn: 148630
* Use libcxx makefile's do-installhdrs target. <rdar://problem/10397739>Bob Wilson2011-11-271-7/+3
| | | | llvm-svn: 145168
* Install a copy of the libc++ headers with clang. <rdar://problem/10096516>Bob Wilson2011-09-301-0/+35
| | | | llvm-svn: 140876
* Doug Gregor tells me that runtime/libcxx/ is a placeholder for stuff we neverNick Lewycky2011-04-151-63/+0
| | | | | | did. Delete it. llvm-svn: 129584
* Fix build of in-tree libcxx. libcxx doesn't actuallyShantonu Sen2010-12-011-1/+1
| | | | | | | need any of the LLVM support libraries. Reviewed by Daniel Dunbar. llvm-svn: 120602
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
| | | | llvm-svn: 120297
* build: Start sketching code to allow grafting libc++ build into LLVM/Clang ↵Daniel Dunbar2010-09-151-0/+63
build if libc++ is checked out into llvm/projects. - WIP, not on by default yet. llvm-svn: 113924
OpenPOWER on IntegriCloud