diff options
author | Richard Levitte <levitte@openssl.org> | 2019-05-07 10:48:30 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-05-09 06:41:42 +0200 |
commit | ad37edce684f97ce87868c121e39743b99580d7a (patch) | |
tree | 879b926b992b9469959c2ad4620b2d98bc0459c5 /include | |
parent | crypto/ppccap.c: Fix which hwcap value used to check for HWCAP_ARCH_3_00 (diff) | |
download | openssl-ad37edce684f97ce87868c121e39743b99580d7a.tar.xz openssl-ad37edce684f97ce87868c121e39743b99580d7a.zip |
Don't use '-z defs' if sanitizers are used
There are quite a number of sanitizers for clang that aren't
documented in the clang user documentation. This makes it impossible
to be selective about what sanitizers to look at to determine if
'-z defs' should be used of not.
Under these circumstances, the sane thing to do is to just look for
any sanitizer specification and not use '-z defs' if there's one
present.
Fixes #8735
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/8892)
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions