[PATCH] D32734: [CMake][runtimes] Set default directory for runtime libraries

Chris Bieneman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 31 11:22:56 PDT 2017


beanz added a reviewer: phosek.
beanz added a subscriber: phosek.
beanz added a comment.

Sorry for the delay, I've been out of town. I want to loop @phosek into this. I don't think this patch is correct. When I build on Darwin the sanitizer libraries are put in the build directory under `lib/clang/$version/darwin/lib` (which is correct), and the other runtimes are built under `/lib/`. This all seems right to me, so I don't understand the problem you're experiencing.

@phosek has been doing a lot of work on the runtimes build lately, so he might have a better understanding of what is going on.


https://reviews.llvm.org/D32734





More information about the llvm-commits mailing list