[PATCH] D62638: [analyzer] A Python script to prettify the ExplodedGraph dumps.
Kamil Rytarowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 4 06:36:14 PDT 2019
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
More information about the cfe-commits
mailing list