[PATCH] D59168: [runtimes] Move libunwind, libc++abi and libc++ to lib/clang/ and include/
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 8 17:10:55 PST 2019
phosek added a comment.
This is a reland of D59013 <https://reviews.llvm.org/D59013>, apart from fixing the failing test on Windows, it also changes one thing where libraries are installed in `lib/clang/<target>` rather than `lib/<target>` based on the discussion in "RFC: Place libs in Clang-dedicated directories (affects openmp, libcxx, libunwind, compiler-rt)".
"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59168/new/
https://reviews.llvm.org/D59168
More information about the cfe-commits
mailing list