[LLVMbugs] [Bug 17429] New: GetSVN.cmake is run even when nothing changed

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Oct 1 07:00:15 PDT 2013


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

            Bug ID: 17429
           Summary: GetSVN.cmake is run even when nothing changed
           Product: Build scripts
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Created attachment 11313
  --> http://llvm.org/bugs/attachment.cgi?id=11313&action=edit
hack patch

This is really annoying in a development environment since cmake is *much*
slower than ninja figuring out it has nothing to do.

On my machine "ninja bin/clang" takes 0m2.377s when there is nothing to do.

With the hack patch attached that just disables the version information the
same command takes 0m0.207s.

-- 
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/20131001/c333d2a5/attachment.html>


More information about the llvm-bugs mailing list