[compiler-rt] [compiler-rt] Remove a few workarounds for FreeBSD 9.x (PR #76263)
Brad Smith via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 28 20:06:36 PST 2023
================
@@ -1,137 +0,0 @@
-//===-- sanitizer_freebsd.h -------------------------------------*- C++ -*-===//
----------------
brad0 wrote:
https://github.com/llvm/llvm-project/commit/1f386f0f364183d85d636ff7be160712fc4bb5b8
The header was added as part of a workaround for 9.x and after that is removed it is basically an empty header. Just...
```
#if SANITIZER_FREEBSD
#endif
```
https://github.com/llvm/llvm-project/pull/76263
More information about the llvm-commits
mailing list