[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)
commit5f9eb0af72af4115b80d2c24becb5e85fea9b121
tree068d00c9864fdbc08a26f4de2db28962f40bd7fc
parent59be68f05f9464368a95aa9a45bc0e689a2be2e0
[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.

llvm-svn: 203343
llvm/tools/bugpoint/ToolRunner.cpp