[PATCH] D23752: cmake: Supporting overriding runtime libdir via CLANG_LIBDIR_SUFFIX

Chris Bieneman via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 17 21:47:16 PDT 2016


beanz added a comment.

Looking more closely at this, there is a problem that I see.

The clang runtime directory only supports building compiler-rt, and is going to be replaced by the llvm runtimes directory in the (hopefully near) future.

Maybe a better way to go is to define `RUNTIMES_LIBDIR_SUFFIX` in LLVM and connect that into both the clang runtime and llvm runtimes directories.


https://reviews.llvm.org/D23752





More information about the cfe-commits mailing list