DescriptionOnly enable shared libc++ for ASan, MSan and TSan builds.
The UBSan runtime, which is also used by CFI, does not override the
allocator functions, so there is no need to link libc++ dynamically
if the UBSan runtime is being linked.
The goal is to ensure that CFI coverage when building with use_cfi_diag
is the same as when building without, and to avoid potential false
positives in the standard library when building with use_cfi_icall.
BUG=701919
R=thakis@chromium.org, thomasanderson@chromium.org
Committed: 3d2d34dde457f07ca410d1c06f4f3b9063c28643
Patch Set 1 #
Messages
Total messages: 5 (1 generated)
|