freebsd-dev/lib/libclang_rt
Alex Richardson fe525d3f91 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
2021-03-12 17:15:33 +00:00
..
asan Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
asan_cxx Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
asan_dynamic Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
asan-preinit Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
cfi Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
cfi_diag Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
dd Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
fuzzer Follow-up to r358851 (llvm-project 10.0.0-rc3 import), where I added 2020-08-10 16:55:54 +00:00
fuzzer_no_main Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
include Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
msan Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
msan_cxx Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
profile Add a few missed files to libclang_rt.profile-<arch>.a 2021-03-05 21:07:07 +01:00
safestack Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
stats Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
stats_client Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
tsan Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
tsan_cxx Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
ubsan_minimal Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
ubsan_standalone Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
ubsan_standalone_cxx Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
xray Follow-up to r358851 (llvm-project 10.0.0-rc3 import), where I added 2020-08-10 16:55:54 +00:00
xray-basic Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
xray-fdr Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
xray-profiling Update build glue for libclang_rt. 2020-01-27 20:46:26 +00:00
compiler-rt-vars.mk Allow using sanitizers for ssp tests with out-of-tree compiler 2021-03-12 17:15:33 +00:00
Makefile Enable SUBDIR_PARELLEL in lib/libclang_rt 2020-10-12 10:42:33 +00:00
Makefile.inc Allow using sanitizers for ssp tests with out-of-tree compiler 2021-03-12 17:15:33 +00:00