Displaying 1 result from an estimated 1 matches for "mcbeth".
Did you mean:
macbeth
2011 Nov 19
0
[LLVMdev] [cfe-dev] How do I output to the console in Windows using clang++?
Sean,
It is llvm issue rather than clang. please subscribe llvmdev, too.
2011/11/19 Sean McBeth <daedalic at gmail.com>:
> This seems like it should be simple, but I've run into quite a few problems
> with this. I first tried using cout from <iostream.h>, only to find out that
> llvm does not seem to support it. Then I tried using raw_ostream and the
> outs functio...