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

Duncan Sands baldrick at free.fr
Wed Jul 7 00:49:18 PDT 2010


Author: baldrick
Date: Wed Jul  7 02:49:17 2010
New Revision: 107760

URL: http://llvm.org/viewvc/llvm-project?rev=107760&view=rev
Log:
A Release-Asserts build is now called a Release build.

Modified:
    cfe/trunk/NOTES.txt

Modified: cfe/trunk/NOTES.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/NOTES.txt?rev=107760&r1=107759&r2=107760&view=diff
==============================================================================
--- cfe/trunk/NOTES.txt (original)
+++ cfe/trunk/NOTES.txt Wed Jul  7 02:49:17 2010
@@ -13,8 +13,7 @@
 
 //===---------------------------------------------------------------------===//
 
-Creating and using a PTH file for performance measurement (use a release-asserts
-build).
+Creating and using a PTH file for performance measurement (use a release build).
 
 $ clang -ccc-pch-is-pth -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache
 $ clang -cc1 -token-cache /tmp/tokencache INPUTS/Cocoa_h.m





More information about the cfe-commits mailing list