]> granicus.if.org Git - clang/commitdiff
make www less outdated
authorNico Weber <nicolasweber@gmx.de>
Tue, 26 Aug 2008 21:36:37 +0000 (21:36 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 26 Aug 2008 21:36:37 +0000 (21:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55388 91177308-0d34-0410-b5e6-96231b3b80d8

www/get_involved.html
www/get_started.html

index efbba1031e26078eb75dc4ab1a2b22b5b5d47e0a..8d0c685113041ac5b983db8cff457a9b35fb8513 100644 (file)
@@ -68,15 +68,14 @@ the clang type checker and verifier is quite close to complete (but not bug
 free!) for C and Objective C.  We appreciate all reports of code that is\r
 rejected by the front-end, and if you notice invalid code that is not rejected\r
 by clang, that is also very important to us.  For make-based projects,\r
-<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">\r
-the script attached to this post</a> might help to get you started.</li>\r
+the <a href="get_started.html#ccc"><code>ccc</code></a> script in clang's\r
+<tt>utils</tt> folder might help to get you started.</li>\r
 \r
 <li><b>Compile your favorite C project with "clang -emit-llvm"</b>:\r
 The clang to LLVM converter is getting more mature, so you may be able to\r
 compile it.  If not, please let us know.  Again,\r
-<a href="http://lists.cs.uiuc.edu/pipermail/cfe-dev/2007-December/000613.html">\r
-the attachment to this post</a> might help you.  Once it compiles it should\r
-run.  If not, that's a bug :)</li>\r
+<a href="get_started.html#ccc"><code>ccc</code></a> might help you.  Once it\r
+compiles it should run.  If not, that's a bug :)</li>\r
 \r
 <li><b>Work on code generation for Objective C</b>: -emit-llvm support for\r
 Objective C is basically nonexistent at the time of this writing, this is a\r
index 9f482641a87266001ca4c7eb52608cfddb971e89..a975eaf17ca63486b3e46f34a5bbe221c099c78e 100644 (file)
@@ -202,7 +202,7 @@ _foo:
          ret
 </pre>
 
-<h3>GCC "Emulation" Driver</h3>
+<a name="ccc"><h3>GCC "Emulation" Driver</h3></a>
 
 <p>While the <tt>clang</tt> executable is a compiler driver that can perform
 code generation, program analysis, and other actions, it is not designed to be a