Commit Graph

6 Commits

Author SHA1 Message Date
Sergei Trofimovich
c7f31cfa6a cvise: 2.3.0 -> 2.4.0
Add new python3Packages.chardet dependency and switch to latest llvm.
cvise does a good job supporting llvm version range.
2021-11-15 22:28:54 +00:00
Sergei Trofimovich
5cc72dbec4 cvise: use /bin.bash from nix store
Noticed failures as an incorrect handling of `--command` param:

    $ cvise --command="gcc -c bug.c |& fgrep 'during RTL pass: expand'" bug.c
    C-Vise cannot run because the interestingness test does not return
    zero.

This happens because temporary shell script has "#!/bin/bash" shebang.

The change replaces it to path from nix store.
2021-09-15 19:20:28 +01:00
Jonathan Ringer
88beb7d77e cvis: fix llvm build 2021-05-08 18:13:45 -07:00
R. RyanTM
5639c8b5f5 cvise: 2.2.0 -> 2.3.0 2021-03-10 20:02:42 +00:00
R. RyanTM
2b74b052c0
cvise: 2.1.0 -> 2.2.0 (#115382) 2021-03-08 09:08:52 +00:00
Orivej Desh
33230da5da
cvise: init at 2.1.0 (#114197) 2021-02-28 04:12:14 +00:00