Let bugpoint display generated messages on stderr only if no interpreter was
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 12 Jun 2008 13:09:43 +0000 (13:09 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 12 Jun 2008 13:09:43 +0000 (13:09 +0000)
commitad6996d74f60340d6139af8f345d93735661fbba
treee19e147df56b0212f6b053dafa8a7d763d1b7c83
parentfbea227f41348157191a0217ecb110cc015e9a4f
Let bugpoint display generated messages on stderr only if no interpreter was
found, this ensures that messages like "Found gcc" end up on stdout where they
belong.

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