[llvm-dev] Bugpoint Redesign

David Greene via llvm-dev llvm-dev at lists.llvm.org
Tue Jun 11 09:51:17 PDT 2019


Diego TreviƱo via llvm-dev <llvm-dev at lists.llvm.org> writes:

> If the test accepts any arguments (excluding the input ll/bc file), they are given via the following flag:
>         `--test_args=<test_arguments>`

I worry a little bit about oddball test arguments, for example arguments
with spaces.  Maybe that's a corner case we don't care about but to
handle it bugpoint could also support something like:

--test-arg <arg1> --test-arg <arg2> ...

                              -David


More information about the llvm-dev mailing list