summaryrefslogtreecommitdiffstats
path: root/NOTES.txt
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2009-09-24 22:03:45 +0000
committerJohn McCall <rjmccall@apple.com>2009-09-24 22:03:45 +0000
commit2ff248911b49c99fa1b3453a37219f9279397f09 (patch)
tree02654a69847e596bce84f2ff2ed517151b592285 /NOTES.txt
parentff9e18cb3863defa98257500ef49d93a9d2bc216 (diff)
Update the PTH performance "script".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'NOTES.txt')
-rw-r--r--NOTES.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES.txt b/NOTES.txt
index 3b5ad16e3e..c658fe96bd 100644
--- a/NOTES.txt
+++ b/NOTES.txt
@@ -16,8 +16,8 @@ This is similar to -Eonly.
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
//===---------------------------------------------------------------------===//