Use the new commandline flag to allow us to call bugpoint like this:
authorChris Lattner <sabre@nondot.org>
Thu, 6 May 2004 22:05:35 +0000 (22:05 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 May 2004 22:05:35 +0000 (22:05 +0000)
commit60083e2fc0f1165b7511757449f1ee3852b7229c
treeed0b8fe51823afae69f430c6d0c3394b1285035a
parentbf455c236001d5424dbda50fd145352f87f11ec1
Use the new commandline flag to allow us to call bugpoint like this:

 bugpoint ... --tool-args -enable-correct-eh-support -regalloc=linearscan --args -- -foo

So that tool-args option gets the -enable-correct-eh-support -regalloc=linearscan flags instead of bugpoint.

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