Recognise clang -fsanitize options and translate them
authorRichard Levitte <levitte@openssl.org>
Wed, 17 Apr 2019 20:30:03 +0000 (22:30 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 24 Apr 2019 05:57:10 +0000 (07:57 +0200)
commitbacc3081309ef4489b78d1ee8bf04122785ba588
tree1675d34b302a51b5411347c7d2966d8008f1730d
parent0109e030db9207a47e195b4c3a3b13e9017f0ed2
Recognise clang -fsanitize options and translate them

Because we depend on knowing if clang's address, memory or undefinedbehavior
sanitizers are enabled, we make an extra effort to detect them among the
C flags, and adjust the %disabled values accordingly.

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/8778)
Configure