mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Imported from GitHub PR https://github.com/abseil/abseil-cpp/pull/1993 leak sanitizer is not supported on windows, when compiling with clang on window we get: ``` lld-link: error: undefined symbol: __lsan_do_recoverable_leak_check >>> referenced by abseil-cpp\absl\debugging\leak_check.cc:46 ``` Merge8c07b9ca7cinto889ddc99e1Merging this change closes #1993 COPYBARA_INTEGRATE_REVIEW=https://github.com/abseil/abseil-cpp/pull/1993 from kalman5:patch-18c07b9ca7cPiperOrigin-RevId: 859108154 Change-Id: I12c2b6ae250ba6afb05736c0c04007aa0aa187c4