[LLVMbugs] [Bug 20253] New: The clang-cl driver driver invokes the driver by spawning a new process

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 8 19:04:55 PDT 2014


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

            Bug ID: 20253
           Summary: The clang-cl driver driver invokes the driver by
                    spawning a new process
           Product: clang
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: ehsan at mozilla.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Doing work by creating a new process is awfully slow on Windows.  Can we avoid
doing this and invoke -cc1 in-process?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140709/4db50f52/attachment.html>


More information about the llvm-bugs mailing list