From 0910cf54ace72630be17305c68e26b36aa3c5086 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 11 Dec 2009 23:17:03 +0000 Subject: Update a few more docs references to clang-cc. llvm-svn: 91178 --- clang/docs/libIndex.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/docs/libIndex.html') 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 t1.c and t2.c:
-$ 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
 

-- cgit v1.2.3