search for: ciuld

Displaying 1 result from an estimated 1 matches for "ciuld".

Did you mean: biuld
2011 Nov 19
0
[LLVMdev] [cfe-dev] How do I output to the console in Windows using clang++?
...ied 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 function, and now I'm getting an unresolved external error: > "LLVM ERROR: Program used external function '_ZN4llvm4outsEv' which ciuld > not be resolved!" > Stack dump: > 0.   Program arguments: lli test.bc > 1.   Running pass: 'x86 Machine Code Emitter' on function '@main' > > To get the compiler to recognize outs, I had to modify the includes in > raw_ostream.h to find a couple of files...