[bugpoint] Don't ignore arg in -compile-commad="tool arg"
authorAdam Nemet <anemet@apple.com>
Sat, 8 Mar 2014 07:48:19 +0000 (07:48 +0000)
committerAdam Nemet <anemet@apple.com>
Sat, 8 Mar 2014 07:48:19 +0000 (07:48 +0000)
commit1829d9d29031917d17cd12add6ed91eaee02686b
treef3e26f3c22155e1cda98945ae2e5e0b590162914
parent5dc48d726d5664e34e67089fb6082c638f4b6d08
[bugpoint] Don't ignore arg in -compile-commad="tool arg"

Args is an output parameter of the function lexCommand but the reference
operator was missed.

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