Added bugpoint options: -compile-custom and -compile-command=...
authorAndrew Trick <atrick@apple.com>
Tue, 8 Feb 2011 18:20:48 +0000 (18:20 +0000)
committerAndrew Trick <atrick@apple.com>
Tue, 8 Feb 2011 18:20:48 +0000 (18:20 +0000)
commitf73311bb646bf970806ba7caba220e6bffff7b49
tree5669f44799f681a2dbe1d20f66b8845e38800c9a
parentde86cbdc57f30621d3692da7a36613bb623d13b5
Added bugpoint options: -compile-custom and -compile-command=...

I've been using this mode to narrow down llc unit tests. Example
custom compile script:
llc "$@"
not pygrep.py 'mul\s+r([0-9]), r\1,' < bugpoint-test-program.s

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125096 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/ExecutionDriver.cpp
tools/bugpoint/ToolRunner.cpp
tools/bugpoint/ToolRunner.h