[issue39575] `coverage` build target should use --coverage instead of -lgcov

MaskRay report at bugs.python.org
Thu Feb 6 20:57:18 EST 2020


New submission from MaskRay <maskray at google.com>:

This allows clang to get rid of the dependency on libgcov.
When linking, GCC passes -lgcov while clang passes the path to libclang_rt.profile-$arch.a

----------
components: Build
messages: 361528
nosy: MaskRay
priority: normal
severity: normal
status: open
title: `coverage` build target should use --coverage instead of -lgcov
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39575>
_______________________________________


More information about the Python-bugs-list mailing list