Darwin, libsanitizer: Adjust minimum supported Darwin version (PR93731).
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 1 Mar 2020 14:40:57 +0000 (14:40 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Sun, 1 Mar 2020 14:40:57 +0000 (14:40 +0000)
commit63cc547f6d85819192afa795e9ade14f0800eda9
tree440c885e2efed9dabf741078b52a178a416ca5c4
parent69a9b14b9646d161bcabbad5d04349abbb0bf1f9
Darwin, libsanitizer: Adjust minimum supported Darwin version (PR93731).

The current imported libsanitizer code produces kernel panics for
Darwin 11 (macOS 10.7) and is unsupported for earlier versions already.

It is not clear if the current sources are even intended to be supported
on Darwin 11, so this patch causes the default to be build without
sanitizers for Darwin <= 11.

2020-03-01  Iain Sandoe  <iain@sandoe.co.uk>

PR sanitizer/93731
* configure.tgt (x86_64-*-darwin*, i?86-*-darwin*): Enable by
default only for Darwin versions greater than 12 (macOS 10.8).
libsanitizer/ChangeLog
libsanitizer/configure.tgt