[LLVMdev] Little win32/Signals.cpp patch
Jeff Cohen
jeffc at jolt-lang.org
Fri Sep 24 08:48:35 PDT 2004
On Fri, 24 Sep 2004 08:27:58 -0700
Reid Spencer <reid at x10sys.com> wrote:
>
> On Fri, 2004-09-24 at 08:17, Jeff Cohen wrote:
> > Actually, <algorithm> is not correct. This remove is in stdio.h and
> > io.h in VC7.1. It removes a file, not elements from a collection.
> >
> > The proper solution is to not use remove at all and use
> > Path::destroy_file().
>
> Yes.
>
> I'm currently working on "Block", "File" and "MappedFile" abstractions
> for lib/System. When done, these abstractions will take care of the
> bulks of the remaining system dependent behavior in LLVM. Unfortunately,
> the conversion from the XPS code is somewhat tedious for LLVM standards.
> Anyway, hope to do this on the plane tomorrow.
>
> Reid.
>
>
Don't forget about my recent patch to Path.cpp :)
More information about the llvm-dev
mailing list