[bugpoint] set Message after tool configuration
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 24 Jan 2013 16:49:12 +0000 (16:49 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 24 Jan 2013 16:49:12 +0000 (16:49 +0000)
commit78d30972636423478f48480a3909b4582bec866a
tree84f8baee9c32798ebce32a2e32e5aaab03ead34e
parentd5a80c7358d01cde9e166bebc8a3ffa0eca3aa54
[bugpoint] set Message after tool configuration

Set the message returned after the GCC runner has been constructed as otherwise
the message will be overwritten by the construction of the runner, resulting in
misleading messages.

Signed-off-by: Saleem Abdulrasool <compnerd@compnerd.org>
Reviewed-by: Chandler Carruth <chandlerc@gmail.com>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173359 91177308-0d34-0410-b5e6-96231b3b80d8
tools/bugpoint/ToolRunner.cpp