summaryrefslogtreecommitdiffstats
path: root/NOTES.txt
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2010-07-07 07:49:17 +0000
committerDuncan Sands <baldrick@free.fr>2010-07-07 07:49:17 +0000
commit8f005a6931258bd0683ab0358b1a0959d6231421 (patch)
treeae6d1894a83eb15a208d3011c76f81b7c04eae20 /NOTES.txt
parenta6b808c6ba57723b997da2ef7a4a8cf48fbc2ba8 (diff)
A Release-Asserts build is now called a Release build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107760 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'NOTES.txt')
-rw-r--r--NOTES.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/NOTES.txt b/NOTES.txt
index beceb7d1cc..f66a96120a 100644
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -13,8 +13,7 @@ This is similar to -Eonly.
//===---------------------------------------------------------------------===//
-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