Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libc++: Install headers in include/, rather than lib/ | Justin Bogner | 2013-11-15 | 1 | -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 Wilson | 2012-01-21 | 1 | -1/+1 |
| | | | | llvm-svn: 148630 | ||||
* | Use libcxx makefile's do-installhdrs target. <rdar://problem/10397739> | Bob Wilson | 2011-11-27 | 1 | -7/+3 |
| | | | | llvm-svn: 145168 | ||||
* | Install a copy of the libc++ headers with clang. <rdar://problem/10096516> | Bob Wilson | 2011-09-30 | 1 | -0/+35 |
| | | | | llvm-svn: 140876 | ||||
* | Doug Gregor tells me that runtime/libcxx/ is a placeholder for stuff we never | Nick Lewycky | 2011-04-15 | 1 | -63/+0 |
| | | | | | | did. Delete it. llvm-svn: 129584 | ||||
* | Fix build of in-tree libcxx. libcxx doesn't actually | Shantonu Sen | 2010-12-01 | 1 | -1/+1 |
| | | | | | | | need any of the LLVM support libraries. Reviewed by Daniel Dunbar. llvm-svn: 120602 | ||||
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| | | | | llvm-svn: 120297 | ||||
* | build: Start sketching code to allow grafting libc++ build into LLVM/Clang ↵ | Daniel Dunbar | 2010-09-15 | 1 | -0/+63 |
build if libc++ is checked out into llvm/projects. - WIP, not on by default yet. llvm-svn: 113924 |