History log of /freebsd-current/lib/libclang_rt/safestack/Makefile
Revision Date Author Comments
# 0c3af239 20-Dec-2023 Dimitry Andric <dim@FreeBSD.org>

Add missing sources to libclang_rt Makefiles, clean up unneeded ones

During the llvm-17 merge, a few new source files were not added to the
libclang_rt Makefiles, in particular sanitizer_thread_arg_retval.cpp
which is now required for AddressSanitizer and MemorySanitizer. Also,
MemorySanitizer now requires msan_dl.cpp.

While here, clean out a number of source files that compile into nothing
(because they only contain non-FreeBSD parts). Also, remove a duplicated
instance of tsan_new_delete.cpp from libclang_rt.tsan, since it is only
supposed to live in libclang_rt.tsan_cxx.

PR: 275854
Reported by: jbeich
MFC after: 1 month


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 0af133f6 27-Jan-2020 Dimitry Andric <dim@FreeBSD.org>

Update build glue for libclang_rt.


# f57be329 01-Sep-2019 Dimitry Andric <dim@FreeBSD.org>

Update libclang_rt:
* Add cfi, dd, fuzzer and xray
* Update arch support
* Update OptionalObsoleteFiles.inc


# 8dabf201 22-Jan-2019 Dimitry Andric <dim@FreeBSD.org>

Update compiler-rt build glue.


# a757dfac 03-Aug-2018 Dimitry Andric <dim@FreeBSD.org>

Update lib/libclang_rt for compiler-rt trunk r338150.


# b6c38ab8 03-Aug-2018 Ed Maste <emaste@FreeBSD.org>

Chase sanitizer file rename from r337136


# fb142d88 23-Dec-2017 Dimitry Andric <dim@FreeBSD.org>

Next step in updating llvm/clang build glue: make libclang_rt build.


# d9650f18 10-Jan-2017 Dimitry Andric <dim@FreeBSD.org>

Update various libclang_rt Makefiles.


# 6160f3cf 10-Sep-2015 Dimitry Andric <dim@FreeBSD.org>

Amend 287626 by adding lib/libclang_rt/safestack.