[LLVMbugs] [Bug 9374] clang makes a lot of system calls for output files

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 27 17:48:27 PDT 2011


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

Argyrios Kyrtzidis <akyrtzi at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #9 from Argyrios Kyrtzidis <akyrtzi at gmail.com> 2011-07-27 19:48:26 CDT ---
After changes to trunk, for writing PCH:
 10    119                       open:entry clang test.pch-0fa1da06
 12    121                      close:entry clang test.pch-0fa1da06
 12    365                     rename:entry clang test.pch-0fa1da06 test.pch

for other output files:
  4    119                       open:entry clang test.o
  4    121                      close:entry clang test.o

llvm r136310 +
clang r136315.

-- 
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