[PATCH] D23754: cmake: Add CLANG_GOLD_LIBDIR_SUFFIX to specify loc of LLVMgold.so

Michał Górny via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 25 13:50:44 PDT 2016


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

@beanz, could you also look at this one? I'd like to replace CLANG_LIBDIR_SUFFIX with the runtimes suffix, and for this I'd have to get rid of this CLANG_LIBDIR_SUFFIX occurrence as well. However, I don't think LLVMgold.so really counts as a 'runtime', so I guess a default of LLVM_LIBDIR_SUFFIX with possible explicit override would work here.


https://reviews.llvm.org/D23754





More information about the cfe-commits mailing list