forked from OSchip/llvm-project
parent
2f554fadcd
commit
084776d08b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue