Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

geninfo incompatible with LLVM gcov 7.0 #10

Closed
sakra opened this issue Sep 20, 2015 · 1 comment
Closed

geninfo incompatible with LLVM gcov 7.0 #10

sakra opened this issue Sep 20, 2015 · 1 comment

Comments

@sakra
Copy link

sakra commented Sep 20, 2015

The code in geninfo to determine the version of the gcov tool no longer works for LLVM gcov 7.0. It results in the following error:

geninfo: Use of uninitialized value $version_string in substitution (s///) at /usr/local/bin/geninfo line 1914.
geninfo: Use of uninitialized value $version_string in pattern match (m//) at /usr/local/bin/geninfo line 1917.
geninfo: Use of uninitialized value $version_string in pattern match (m//) at /usr/local/bin/geninfo line 1930.
geninfo: Use of uninitialized value $gcov_version_string in pattern match (m//) at /usr/local/bin/geninfo line 3720.
geninfo: Use of uninitialized value $gcov_version_string in pattern match (m//) at /usr/local/bin/geninfo line 3720.

The output of gcov --version under OS X:

 $ gcov --version
 Apple LLVM 7.0.0 (clang-700.0.72)
@oberpar
Copy link
Contributor

oberpar commented Sep 21, 2015

Thanks for reporting. This issue should be fixed with commit 1ad4f77.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants