[PATCH] D101139: Create install targets for scan-build-py.

Anders Waldenborg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 13 04:18:34 PDT 2021


wanders added a comment.

In D101139#2743346 <https://reviews.llvm.org/D101139#2743346>, @aabbaabb wrote:

> Renamed lib to libexec and add custom rules to copy files to build output.

That rename was a bit too fast I think.
I would expect the libraries (libear & libscanbuild) to be in lib/.
The internal wrappers analyze-c++,analyze-cc,intercept-c++,intercept-cc to be installed in libexec.
And finally analyze-build, intercept-build, scan-build which are the commands user can execute to be installed in bin/

(I have picked up this patch in our internal toolchain as it gives us a way to generate compilation databases out of the box. It works fine here)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101139/new/

https://reviews.llvm.org/D101139



More information about the cfe-commits mailing list