mirror of
https://github.com/opnsense/src.git
synced 2026-05-17 19:50:52 -04:00
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
|
||
|---|---|---|
| .. | ||
| asan | ||
| asan-preinit | ||
| asan_cxx | ||
| asan_dynamic | ||
| cfi | ||
| cfi_diag | ||
| dd | ||
| fuzzer | ||
| fuzzer_no_main | ||
| include | ||
| msan | ||
| msan_cxx | ||
| profile | ||
| safestack | ||
| stats | ||
| stats_client | ||
| tsan | ||
| tsan_cxx | ||
| ubsan_minimal | ||
| ubsan_standalone | ||
| ubsan_standalone_cxx | ||
| xray | ||
| xray-basic | ||
| xray-fdr | ||
| xray-profiling | ||
| compiler-rt-vars.mk | ||
| Makefile | ||
| Makefile.inc | ||