Staging
v0.5.1
https://github.com/python/cpython
Revision 9a978ddb93bf5eaa519916d9a40c4fa4edf5d854 authored by Fangrui Song on 07 February 2020, 23:46:29 UTC, committed by GitHub on 07 February 2020, 23:46:29 UTC
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
1 parent d2e1098
History
Tip revision: 9a978ddb93bf5eaa519916d9a40c4fa4edf5d854 authored by Fangrui Song on 07 February 2020, 23:46:29 UTC
closes bpo-39575: Change -lgcov to --coverage. (GH-18382)
Tip revision: 9a978dd
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 42.7 KB
python.c -rw-r--r-- 298 bytes

README

back to top