[LLVMbugs] [Bug 6826] New: GraphWriter delete the generated file before "dotty" load it.

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 12 20:03:19 PDT 2010


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: unassignedbugs at nondot.org
        ReportedBy: etherzhhb at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list