http://llvm.org/bugs/show_bug.cgi?id=6826

           Summary: GraphWriter delete the generated file before "dotty"
                    load it.
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P
         Component: Support Libraries
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=4671)
 --> (http://llvm.org/bugs/attachment.cgi?id=4671)
the patch make GraphWriter work on windows.

In fact, Dotty spawns another app on windows(not cygwin or __MINGW32__), too.

so 
ifdef __MINGW32__
should change to 
#if defined (__MINGW32__) || defined (_WINDOWS)

to make GraphWriter work.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to