From 2ff248911b49c99fa1b3453a37219f9279397f09 Mon Sep 17 00:00:00 2001 From: John McCall Date: Thu, 24 Sep 2009 22:03:45 +0000 Subject: [PATCH] Update the PTH performance "script". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82718 91177308-0d34-0410-b5e6-96231b3b80d8 --- NOTES.txt | 4 ++-- 1 file 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 //===---------------------------------------------------------------------===// -- 2.50.1