diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-10-04 19:06:34 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-10-05 14:22:22 +0200 |
| commit | 477d9f8dc089b54271fc4418c66cda418c9f25ff (patch) | |
| tree | b6058fe58383b61ac0ce38e3dab8451325f36461 /executor/common.h | |
| parent | b198f94f773ecd05ac863bc43f51632430f52193 (diff) | |
pkg/cover: workaround clang/ubsan bug
We used to compile and link with a single compiler invocation,
but clang has a bug that it tries to link in ubsan runtime when
-fsanitize-coverage=trace-pc is provided during linking and
ubsan runtime is missing for arm/arm64/riscv arches in the llvm packages.
So we first compile with -fsanitize-coverage and then link w/o it.
Diffstat (limited to 'executor/common.h')
0 files changed, 0 insertions, 0 deletions
