Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use __config_site when building libc++. Also cleanup ABI versioning doc | Eric Fiselier | 2015-10-14 | 1 | -0/+17 |
| | | | | llvm-svn: 250261 | ||||
* | Fix whitespace in doc | Eric Fiselier | 2015-10-13 | 1 | -1/+1 |
| | | | | llvm-svn: 250238 | ||||
* | [libcxx] Capture configuration information when installing the libc++ headers | Eric Fiselier | 2015-10-13 | 1 | -0/+88 |
Summary: Hi all, This patch is a successor to D11963. However it has changed dramatically and I felt it would be best to start a new review thread. Please read the design documentation added in this patch for a description of how it works. Reviewers: mclow.lists, danalbert, jroelofs, EricWF Subscribers: vkalintiris, rnk, ed, espositofulvio, asl, eugenis, cfe-commits Differential Revision: http://reviews.llvm.org/D13407 llvm-svn: 250235 |