Files
clang-p2996/compiler-rt/lib
Dmitriy Chestnykh 0330ce99c2 [compiler-rt] Remove redundant checks. (#95753)
Since `__sancov_default_options` and `__asan_default_suppressions` are
weak definitions, not weak references (declarations) the checks of
equality of addresses of these symbols to zero is not needed. So we can
completely remove `MaybeCallSancovDefaultOptions` and use
`__sancov_default_options` instead directly. gcc-14 emits `-Waddress`
warning to such checks.
2024-07-01 18:59:24 -07:00
..
2023-09-28 15:40:42 +08:00