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 f08d2db commit 86a6949Copy full SHA for 86a6949
clang/NOTES.txt
@@ -16,8 +16,8 @@ This is similar to -Eonly.
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
+$ 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
21
22
//===---------------------------------------------------------------------===//
23
0 commit comments