[PATCH] D49752: [CMake] Don't install c++abi headers in standalone libc++ build

2018-07-25 Thread Petr Hosek via Phabricator via cfe-commits
This revision was not accepted when it landed; it landed in state "Needs Review". This revision was automatically updated to reflect the committed changes. Closed by commit rL337979: [CMake] Don't install c++abi headers in standalone libc++ build (authored by phosek, committed by ). Herald added

[PATCH] D49752: [CMake] Don't install c++abi headers in standalone libc++ build

2018-07-24 Thread Marshall Clow via Phabricator via cfe-commits
mclow.lists added a comment. With this change, only one copy of the c++abi headers gets copied - into `include/c++/v1/`. LGTM. Repository: rCXX libc++ https://reviews.llvm.org/D49752 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http:/

[PATCH] D49752: [CMake] Don't install c++abi headers in standalone libc++ build

2018-07-24 Thread Petr Hosek via Phabricator via cfe-commits
phosek added a comment. This was pointed out by @mclow.lists on IRC in our discussion related to https://reviews.llvm.org/D49711, I believe this change should resolve that issue. Repository: rCXX libc++ https://reviews.llvm.org/D49752 ___ cfe-c

[PATCH] D49752: [CMake] Don't install c++abi headers in standalone libc++ build

2018-07-24 Thread Petr Hosek via Phabricator via cfe-commits
phosek created this revision. phosek added reviewers: mclow.lists, EricWF, ldionne. Herald added subscribers: cfe-commits, christof, mgorny. This is a refinement on r337833. Previously we were installing two copies of c++abi headers in libc++ build directory, one in include/c++build and another on