[libcxx-commits] [PATCH] D59168: [runtimes] Move libunwind, libc++abi and libc++ to lib/clang/ and include/

Petr Hosek via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Apr 17 11:00:48 PDT 2019


phosek added a comment.

In D59168#1469186 <https://reviews.llvm.org/D59168#1469186>, @jdenny wrote:

> Is there anything I can do to help this patch make progress?


I think it's ready to land. I was just waiting if anyone else wants to chime in, but it doesn't seem like.

I was also thinking about alternative names for the library path, specifically for headers we use `include/c++` but for libraries we'll now use `lib/clang/<target>` which is not very consistent. I was considering `lib/c++/<target>` instead but that wouldn't work for libomp and I didn't come up with any other better alternatives.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59168/new/

https://reviews.llvm.org/D59168





More information about the libcxx-commits mailing list