Implementation of the abstraction of running our tools + gcc, taken out of
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 29 Sep 2003 22:39:25 +0000 (22:39 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 29 Sep 2003 22:39:25 +0000 (22:39 +0000)
commit9558c6af7bb60e8d12a8a27c0554dc50c858ef65
treef2fc8cbe377145ddf41d613b2bb1174bb7f6b2db
parent29afb64d5bdb3235c7677ae18f5a05a97a0e9fa0
Implementation of the abstraction of running our tools + gcc, taken out of
bugpoint for general usage and enjoyment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8754 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/ToolRunner.cpp [new file with mode: 0644]
support/lib/Support/ToolRunner.cpp [new file with mode: 0644]
tools/bugpoint/ToolRunner.cpp [new file with mode: 0644]