K 10 svn:author V 3 dim K 8 svn:date V 27 2021-12-25T11:56:52.364488Z K 7 svn:log V 714 Allow using sanitizers for ssp tests with out-of-tree compiler With an out-of-tree Clang, we can use the -resource-dir flag when linking to point it at the runtime libraries from the current SYSROOT. This moves the path to the clang-internal library directory to a separate .mk file that can be used by Makefiles that want to find the sanitizer libraries. I intend to re-use this .mk file for my upcoming changes that allow building the entire base system with ASAN/UBSAN/MSAN. Reviewed By: dim Differential Revision: https://reviews.freebsd.org/D28852 (cherry picked from commit fe525d3f916602ddac3286641dab8f5e274daa44) Git Hash: f4abc3ea2749653f1c6db9c6996ee140db1d1d66 Git Author: arichardson@FreeBSD.org END