[LLVMdev] Files to lib/System/Win32

Jeff Cohen jeffc at jolt-lang.org
Tue Sep 14 08:29:35 PDT 2004


On Tue, 14 Sep 2004 08:02:10 -0700
Jeff Cohen <jeffc at jolt-lang.org> wrote:

> On Mon, 13 Sep 2004 20:54:57 -0700
> Reid Spencer <reid at x10sys.com> wrote:
> 
> > On the other hand, no one has submitted any Win32 patches yet, so first
> > come first served :)
> > 
> > Reid.
> 
> Consider this a down payment :)  The Win32 version of Memory.cpp attached.

On further reflection, I think we need to abstract the operation of
throwing a formatted OS error message.  This is done in many places, and
the Windows way of doing it differs substantially from Unix.  Basically
take the ThrowError function and turn it into Process::ThrowOSError or
something like that.




More information about the llvm-dev mailing list