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

2020-02-06 Thread MaskRay


New submission from MaskRay :

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 
<https://bugs.python.org/issue39575>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2020-02-06 Thread MaskRay


Change by MaskRay :


--
keywords: +patch
pull_requests: +17768
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/18382

___
Python tracker 
<https://bugs.python.org/issue39575>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com