[cfe-dev] installation of scripts

Anna Zaks via cfe-dev cfe-dev at lists.llvm.org
Fri Sep 23 18:24:13 PDT 2016


+ Laszlo

The scan-build-py script is currently under development. The main remaining pieces are:

(1) Build the library interposition shared libraries as part of the normal clang build process with CMake. This will make sure the library is built with the same compiler that builds clang.
(2) Integrate scan-build-py's unit and functional tests into clang’s lit-based test suite so they can be run on the bots. Without this we can't qualify scan-build-py as part of clang 4.x releases.
(3) Dogfood and fix bugs if any.
(4) Actually add the script installation code.

Are you using the script?

Thanks!
Anna.

> On Sep 13, 2016, at 5:22 AM, Alexander Droste via cfe-dev <cfe-dev at lists.llvm.org> wrote:
> 
> Hi,
> 
> I'd like to know why some scripts like 'run-clang-tidy.py' get installed
> into a separate folder (/usr/local/share/clang instead of /usr/local/bin on
> OSX) and why the scan-build Python package, including intercept-build and
> analyze-build, is not part of the installation at all. Is there an option
> to choose the Python scan-build version?
> 
> -Alex
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev




More information about the cfe-dev mailing list