[LLVMdev] Files to lib/System/Win32

Jeff Cohen jeffc at jolt-lang.org
Mon Sep 13 21:29:34 PDT 2004


On Mon, 13 Sep 2004 21:07:16 -0700
Reid Spencer <reid at x10sys.com> wrote:

> Furthermore in Path.cpp forward slashes are still
> used. These need to be changed to back slashes. 

Actually, this is one thing that does not need to be done.  Windows is
quite happy using forward slashes in Win32 APIs.  Of course, any path
you get /back/ from Windows will have back slashes.

But you do have to take drive letters into consideration...
Also network file paths of the form \\host\share-name\dir1\dir2\file.




More information about the llvm-dev mailing list