summaryrefslogtreecommitdiffstats
path: root/clang/docs/libIndex.html
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-11 23:17:03 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-11 23:17:03 +0000
commit0910cf54ace72630be17305c68e26b36aa3c5086 (patch)
tree760ec5316a95992af3428666e53f140f826f6188 /clang/docs/libIndex.html
parentf92b446dd4cfcb802407b39208e4e05977bd63b8 (diff)
downloadbcm5719-llvm-0910cf54ace72630be17305c68e26b36aa3c5086.tar.gz
bcm5719-llvm-0910cf54ace72630be17305c68e26b36aa3c5086.zip
Update a few more docs references to clang-cc.
llvm-svn: 91178
Diffstat (limited to 'clang/docs/libIndex.html')
-rw-r--r--clang/docs/libIndex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/libIndex.html b/clang/docs/libIndex.html
index 5693de80a86..e722ee14d4a 100644
--- a/clang/docs/libIndex.html
+++ b/clang/docs/libIndex.html
@@ -211,8 +211,8 @@ void bar_func(void) {
You first get AST files out of <code>t1.c</code> and <code>t2.c</code>:
<pre class="code_example">
-$ clang-cc -emit-pch t1.c -o t1.ast
-$ clang-cc -emit-pch t2.c -o t2.ast
+$ clang -emit-ast t1.c -o t1.ast
+$ clang -emit-ast t2.c -o t2.ast
</pre>
</p>
OpenPOWER on IntegriCloud