[cfe-commits] r82718 - /cfe/trunk/NOTES.txt

John McCall rjmccall at apple.com
Thu Sep 24 15:03:45 PDT 2009


Author: rjmccall
Date: Thu Sep 24 17:03:45 2009
New Revision: 82718

URL: http://llvm.org/viewvc/llvm-project?rev=82718&view=rev
Log:
Update the PTH performance "script".


Modified:
    cfe/trunk/NOTES.txt

Modified: cfe/trunk/NOTES.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/NOTES.txt?rev=82718&r1=82717&r2=82718&view=diff

==============================================================================
--- cfe/trunk/NOTES.txt (original)
+++ cfe/trunk/NOTES.txt Thu Sep 24 17:03:45 2009
@@ -16,8 +16,8 @@
 Creating and using a PTH file for performance measurement (use a release-asserts
 build).
 
-$ clang -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache
-$ clang -token-cache /tmp/tokencache INPUTS/Cocoa_h.m
+$ clang -ccc-pch-is-pth -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache
+$ clang-cc -token-cache /tmp/tokencache INPUTS/Cocoa_h.m
 
 //===---------------------------------------------------------------------===//
 





More information about the cfe-commits mailing list