freebsd-ports/devel/cvise/pkg-plist
Steve Wills 6b4cb31396 devel/cvise: create port
C-Vise is a tool that takes a large C, C++ or OpenCL program that has a
property of interest (such as triggering a compiler bug) and automatically
produces a much smaller C/C++ or OpenCL program that has the same property. It
is intended for use by people who discover and report bugs in compilers and
other tools that process C/C++ or OpenCL code.

WWW: https://github.com/marxin/cvise
2022-02-13 12:59:46 -05:00

51 lines
1.5 KiB
Plaintext

bin/cvise-delta
bin/cvise
libexec/cvise/clang_delta
libexec/cvise/clex
libexec/cvise/strlex
libexec/cvise/topformflat
%%DATADIR%%/__init__.py
%%DATADIR%%/cvise.py
%%DATADIR%%/pass_groups/all.json
%%DATADIR%%/pass_groups/binary.json
%%DATADIR%%/pass_groups/delta.json
%%DATADIR%%/pass_groups/opencl-120.json
%%DATADIR%%/passes/__init__.py
%%DATADIR%%/passes/abstract.py
%%DATADIR%%/passes/balanced.py
%%DATADIR%%/passes/blank.py
%%DATADIR%%/passes/clang.py
%%DATADIR%%/passes/clangbinarysearch.py
%%DATADIR%%/passes/clex.py
%%DATADIR%%/passes/comments.py
%%DATADIR%%/passes/gcdabinary.py
%%DATADIR%%/passes/ifs.py
%%DATADIR%%/passes/includeincludes.py
%%DATADIR%%/passes/includes.py
%%DATADIR%%/passes/indent.py
%%DATADIR%%/passes/ints.py
%%DATADIR%%/passes/line_markers.py
%%DATADIR%%/passes/lines.py
%%DATADIR%%/passes/peep.py
%%DATADIR%%/passes/special.py
%%DATADIR%%/passes/ternary.py
%%DATADIR%%/passes/unifdef.py
%%DATADIR%%/tests/__init__.py
%%DATADIR%%/tests/test_balanced.py
%%DATADIR%%/tests/test_comments.py
%%DATADIR%%/tests/test_ifs.py
%%DATADIR%%/tests/test_ints.py
%%DATADIR%%/tests/test_line_markers.py
%%DATADIR%%/tests/test_nestedmatcher.py
%%DATADIR%%/tests/test_peep.py
%%DATADIR%%/tests/test_special.py
%%DATADIR%%/tests/test_ternary.py
%%DATADIR%%/tests/testabstract.py
%%DATADIR%%/utils/__init__.py
%%DATADIR%%/utils/error.py
%%DATADIR%%/utils/misc.py
%%DATADIR%%/utils/nestedmatcher.py
%%DATADIR%%/utils/readkey.py
%%DATADIR%%/utils/statistics.py
%%DATADIR%%/utils/testing.py