Currently debugify clutters the terminal with it's output.
With this patch all the errors and warnings output generated goes to stderr.
The PASS or FAIL still ends up in stdout.
This change let's us use debugify without taking away the ability to pipe the output to other llvm tools.
A followup patch will dump the errors/warnings and the generated IR with the problem to a file.