Add the -Xlinker option to bugpoint which allows an option to be passed
authorReid Spencer <rspencer@reidspencer.com>
Tue, 6 Jun 2006 00:00:42 +0000 (00:00 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 6 Jun 2006 00:00:42 +0000 (00:00 +0000)
commit51ab5c8862466bbddcd5c4369779c472978ed309
treee036df19b84beccf4f3951f60d6a22bd5bb1c378
parent4b02367d542c7eaa429d1ff73119ae44ddb252a8
Add the -Xlinker option to bugpoint which allows an option to be passed
through to gcc when its being used as a linker. This allows -L and -l
(and any other) options to be added so that non-complete bytecode files
can be processed with bugpoint. The -Xlinker option can be added as many
times as needed.

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