win32 broken again

Primitive Unix I/O should not be used outside of lib/System:

c:\llvm\lib\Bytecode\Reader\ReaderWrappers.cpp(140) : error C2039: 'read' : is not a member of 'operator``global namespace'''

Jeff,

Thanks for reporting this. I had no idea ::read was being used in
ReaderWrappers. I have re-implemented it using istream facilities. This
should be much more portable. Please try again and let me know if its
better.

Thanks,

Reid.

It works now, though I had to fix a compilation error in SystemUtils.h that only occured in release builds. Strange that VC++ accepted it in debug builds.

Reid Spencer wrote: