diff options
Diffstat (limited to 'NOTES.txt')
-rw-r--r-- | NOTES.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NOTES.txt b/NOTES.txt index 3b5ad16e3e10b..c658fe96bdfb3 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 //===---------------------------------------------------------------------===// |