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 one in include/c++/v1. However, the
second copy is unnecessary when building libc++ standalone.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
This was pointed out by @mclow.lists on IRC in our discussion related to D49711, I believe this change should resolve that issue.
Comment Actions
With this change, only one copy of the c++abi headers gets copied - into include/c++/v1/.
LGTM.