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

LLVM pakage(s) missing tools #23690

Closed
DanPartelly opened this issue Jul 21, 2020 · 2 comments
Closed

LLVM pakage(s) missing tools #23690

DanPartelly opened this issue Jul 21, 2020 · 2 comments

Comments

@DanPartelly
Copy link

DanPartelly commented Jul 21, 2020

LLVM llvm-10.0.0_2 package misses at least the following utils : sancov, scan-build, scan-view. Possibly missing in older versions ones too, but I did not checked. Missing tools are related to sanizer coverage and running static analysis on code bases.

pkg:
llvm-10.0.0_2

xuname
Void 5.7.9_1 x86_64 GenuineIntel uptodate rrFFF

expectedl behavior

be bale to run sancov, scan-build, scan-view tools

Actual behavior

cant run the flollowing utilites:
sancov, scan-build, scan-view

Steps to reproduce the behavior

try to run sancov, scan-build, scan-view

@ericonr
Copy link
Member

ericonr commented Jul 21, 2020

sancov is in clang-tools-extra

scan-build, scan-view are in clang-analyzer

You can find this using xlocate from the xtools package: xlocate -S; xlocate bin/sancov

@DanPartelly
Copy link
Author

Thanks for locating tips !

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