commit | bacc3081309ef4489b78d1ee8bf04122785ba588 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Wed Apr 17 22:30:03 2019 +0200 |
committer | Richard Levitte <levitte@openssl.org> | Wed Apr 24 07:57:10 2019 +0200 |
tree | 1675d34b302a51b5411347c7d2966d8008f1730d | |
parent | 0109e030db9207a47e195b4c3a3b13e9017f0ed2 [diff] |
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)