We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d733b5 commit 972347dCopy full SHA for 972347d
clang/NOTES.txt
@@ -11,6 +11,13 @@ To time GCC preprocessing speed without output, use:
11
"time gcc -MM file"
12
This is similar to -Eonly.
13
14
+//===---------------------------------------------------------------------===//
15
+
16
+Creating and using a PTH file for performance measurement (use a release-asserts
17
+build).
18
19
+$ clang -x objective-c-header INPUTS/Cocoa_h.m -o /tmp/tokencache
20
+$ clang -token-cache /tmp/tokencache INPUTS/Cocoa_h.m
21
22
//===---------------------------------------------------------------------===//
23
0 commit comments