Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,
authorBill Wendling <isanbard@gmail.com>
Mon, 2 Mar 2009 23:13:18 +0000 (23:13 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 2 Mar 2009 23:13:18 +0000 (23:13 +0000)
commit38efa38c864f6d29892d92102c0232b234b526ed
treed121f75ee3af7dcfdceb4695f4a3c1e8ac445909
parent0b82f77e662790ab3c230932f5309c5105812c26
Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,
but passes the arguments to the "gcc" invocation instead of to the "llc"
invocation.

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