From: John McCall Date: Thu, 24 Sep 2009 22:03:45 +0000 (+0000) Subject: Update the PTH performance "script". X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ff248911b49c99fa1b3453a37219f9279397f09;p=clang Update the PTH performance "script". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82718 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 //===---------------------------------------------------------------------===//