Abstracted away the process of running our tools + gcc from bugpoint.
authorMisha Brukman <brukman+llvm@gmail.com>
Mon, 29 Sep 2003 22:38:57 +0000 (22:38 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Mon, 29 Sep 2003 22:38:57 +0000 (22:38 +0000)
commit29afb64d5bdb3235c7677ae18f5a05a97a0e9fa0
tree61c43f8dbec28c73265332f8932f6f13e9bbcda8
parent516d4b13666c92b98b27e9cfc83e921bc9f67317
Abstracted away the process of running our tools + gcc from bugpoint.

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