krytarowski added a comment. This commit breaks the NetBSD buildbot node.
http://lab.llvm.org:8011/builders/netbsd-amd64/builds/20359 The problem is that this patch hardcodes python specific binary name, while it has to be detected dynamically or ideally passed from CMake. Afair lit has a knowledge of too. `#!/usr/bin/env python` # <- unportable form On NetBSD with pkgsrc this can be python2.7, but the name is not fixed. Plase correct this. Repository: rL LLVM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D62638/new/ https://reviews.llvm.org/D62638 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits