Hi, all! I tried to implement support for installation of scan-build and scan-view (see https://llvm.org/bugs/show_bug.cgi?id=23761). It work on Linux for me, but help is needed with other platforms. Obviously Windows should install .bat files instead of scripts without extensions. Probably scan-view should be renamed to scan-view.py for Windows support. I'm also not sure that GNUInstallDirs is best way to install files and used for other parts of LLVM. Eugene.
Hello, Le 24/06/2015 10:43, Eugene Zelenko a écrit :> Hi, all! > > I tried to implement support for installation of scan-build and > scan-view (see https://llvm.org/bugs/show_bug.cgi?id=23761). >A work started to move to Python for this: http://reviews.llvm.org/D9600 It seems likely that it is going to land, you should probably invest on this. Cheers, Sylvestre