[LLVMdev] ThisCall / Compilation problems

Bill Wendling isanbard at gmail.com
Thu Dec 14 17:46:41 PST 2006


On 12/14/06, David Shipman <dshipman at gmail.com> wrote:
>
> Regarding the new stream wrappers in the current CVS version (in
> Support/Streams.h)
> A lot of errors in VC++ Express (not sure about other MSVC versions).
>
> Adding
>
> #ifdef _MSC_VER
> #include <iostream>
> #endif
>
> to Streams.h seems to remedy this, but presumably causes the same problems
> the new Stream model was intended
> to fix.

We wouldn't accept the patch unless you could get rid of the iostream
#include. What are the errors you're seeing?

-bw



More information about the llvm-dev mailing list