[all-commits] [llvm/llvm-project] 450be8: [compiler-rt] Remove a few workarounds for FreeBSD...
Brad Smith via All-commits
all-commits at lists.llvm.org
Fri Dec 29 02:10:26 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 450be89136d43b7c0e1487b0be41167ffbf00f7d
https://github.com/llvm/llvm-project/commit/450be89136d43b7c0e1487b0be41167ffbf00f7d
Author: Brad Smith <brad at comstyle.com>
Date: 2023-12-29 (Fri, 29 Dec 2023)
Changed paths:
M compiler-rt/lib/asan/asan_linux.cpp
M compiler-rt/lib/asan/asan_new_delete.cpp
M compiler-rt/lib/builtins/fp_lib.h
M compiler-rt/lib/memprof/memprof_linux.cpp
M compiler-rt/lib/sanitizer_common/CMakeLists.txt
R compiler-rt/lib/sanitizer_common/sanitizer_freebsd.h
M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_procmaps_bsd.cpp
Log Message:
-----------
[compiler-rt] Remove a few workarounds for FreeBSD 9.x (#76263)
Support for FreeBSD 11.x was dropped so garbage collect a few FreeBSD
9.x workarounds and make 12.x the oldest supported releases.
More information about the All-commits
mailing list