Add "Args" optional argument to AbstractInterpreter factory methods, which
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 4 May 2004 21:09:01 +0000 (21:09 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 4 May 2004 21:09:01 +0000 (21:09 +0000)
commitd11577b68b442217153ecbcc93b978a5a700a8ed
tree10d362f218bf02515b6ef706d9a250df3d8a1a8c
parentbbc130d1107aedc3a919f7ec794d9236c09d4bad
Add "Args" optional argument to AbstractInterpreter factory methods, which
fills in a ToolArgs vector in the AbstractInterpreter if it is set. This
ToolArgs vector is used to pass additional arguments to LLI and/or LLC.
This is intended to address Bug 40.

Also, make -debug-only=toolrunner work for the LLC and CBE
AbstractInterpreters.

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