Skip to content

Commit 86a6949

Browse files
committed
Update the PTH performance "script".
llvm-svn: 82718
1 parent f08d2db commit 86a6949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ This is similar to -Eonly.
1616
Creating and using a PTH file for performance measurement (use a release-asserts
1717
build).
1818

19-
$ clang -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache
20-
$ clang -token-cache /tmp/tokencache INPUTS/Cocoa_h.m
19+
$ clang -ccc-pch-is-pth -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache
20+
$ clang-cc -token-cache /tmp/tokencache INPUTS/Cocoa_h.m
2121

2222
//===---------------------------------------------------------------------===//
2323

0 commit comments

Comments
 (0)