summaryrefslogtreecommitdiff
path: root/benchmarks/spawn/spawn_benchmarks.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <pcc@google.com>2019-09-26 12:16:06 -0700
committerPeter Collingbourne <pcc@google.com>2019-09-26 12:16:06 -0700
commit7eb851c7dae7d2a74f3219963bb147f53b603d8f (patch)
treec5bd1cc1f3b9405a912b57979691c381d09802f2 /benchmarks/spawn/spawn_benchmarks.cpp
parent0878ac991af7b784b3d61f406b73d33703d56fed (diff)
Disable sanitization of crt objects.
The accompanying soong change causes sanitize attributes to be allowed on cc_object targets and propagates sanitize attributes into dependencies. This is problematic for the crt objects in sanitizer builds because everything depends on them including the sanitizer runtime, so a circular dependency would otherwise be created. Furthermore, some of the code in these objects runs before sanitizer initialization so it is unlikely that sanitizing them would work anyway. Therefore, disable sanitization on these objects. Change-Id: I25380dfc8eed5db34b034ba127a9d6b5674032fa
Diffstat (limited to 'benchmarks/spawn/spawn_benchmarks.cpp')
0 files changed, 0 insertions, 0 deletions