* Moved InputArgv out of anonymous scope to be extern'd in another file.
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 30 Jul 2003 20:15:44 +0000 (20:15 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 30 Jul 2003 20:15:44 +0000 (20:15 +0000)
commit9d679cbc6cb5c7dc8cca87a1e1548c480fb056b8
tree79575869cbba654d069c3452100b3408701841c4
parente623fe3d0af0935504cf0a9b41a3c6133d7dd420
* Moved InputArgv out of anonymous scope to be extern'd in another file.
* Added DEBUG() statements to print out parameters passed to executing programs
* Actually ADD parameters to a program running via the JIT (using vector<char*>)

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