llvm-svn: 73304
This commit is contained in:
Chris Lattner 2009-06-13 20:35:58 +00:00
parent 2f554fadcd
commit 084776d08b
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ GCC.</p>
for headers that are directly included within a source file. For example:</p>
<pre>
$ clang -x c-header test.h -o test.h.cth
$ clang -x c-header test.h -o test.h.pch
$ cat test.c
#include "test.h"
$ clang test.c -o test