Details
-
Improvement
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
Fully Compatible
-
Dev Tools 2019-02-25
-
17
Description
We currently disallow building with TCMalloc if any Clang sanitizer is enabled. This is overly restrictive: only AddressSanitizer (and potentially MemorySanitizer) conflicts with TMCalloc. It should be fine to use UBSAN, for instance. We should make the restriction more selective.