-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Build
-
Fully Compatible
-
Dev Tools 2019-02-25
-
17
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.