[PATCH] D30733: [Driver] Add arch-specific rpath for libc++
Joerg Sonnenberger via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Mar 11 00:26:51 PST 2017
joerg added a comment.
Installing libc++ along clang makes a lot of sense for non-system compilers. It doesn't imply any version locking like in GCC, i.e. you are still free to install whatever version of libunwind and libc++ you want. I'm somewhat conflicted about this patch. I think it is an actual improvement for some deployment cases, but I also consider it a bit of an abuse of the ressource directory. I'm not sure we have a better mechanism at hand right now though.
https://reviews.llvm.org/D30733
More information about the cfe-commits
mailing list