[LLVMdev] bcanalyzer emits errors

Holger Schurig hs4233 at mail.mn-solutions.de
Tue Jul 17 03:43:57 PDT 2007


When you do

$ llvm-bcanalyzer hello.o | less

you won't see anything, because bcanalyzer sends all of it's 
output to stderr. However, it get's it right when asked for 
help:

$ llvm-bcanalyzer --help | less



More information about the llvm-dev mailing list