mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-14.0.3-0-g1f9140064dfb. PR: 261742 MFC after: 2 weeks
25 lines
555 B
Makefile
25 lines
555 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.init.mk>
|
|
|
|
.PATH: ${CRTSRC}/include/sanitizer
|
|
|
|
INCSDIR= ${CLANGDIR}/include/sanitizer
|
|
|
|
INCS+= allocator_interface.h
|
|
INCS+= asan_interface.h
|
|
INCS+= common_interface_defs.h
|
|
INCS+= coverage_interface.h
|
|
INCS+= dfsan_interface.h
|
|
INCS+= hwasan_interface.h
|
|
INCS+= linux_syscall_hooks.h
|
|
INCS+= lsan_interface.h
|
|
INCS+= memprof_interface.h
|
|
INCS+= msan_interface.h
|
|
INCS+= netbsd_syscall_hooks.h
|
|
INCS+= scudo_interface.h
|
|
INCS+= tsan_interface.h
|
|
INCS+= tsan_interface_atomic.h
|
|
INCS+= ubsan_interface.h
|
|
|
|
.include <bsd.prog.mk>
|