From: Nico Weber Date: Tue, 26 Aug 2008 21:36:37 +0000 (+0000) Subject: make www less outdated X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=647d3fec69be62461f7ad8c89328b380017a5b97;p=clang make www less outdated git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55388 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/get_involved.html b/www/get_involved.html index efbba1031e..8d0c685113 100644 --- a/www/get_involved.html +++ b/www/get_involved.html @@ -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 rejected by the front-end, and if you notice invalid code that is not rejected by clang, that is also very important to us. For make-based projects, - -the script attached to this post might help to get you started. +the ccc script in clang's +utils folder might help to get you started.
  • Compile your favorite C project with "clang -emit-llvm": The clang to LLVM converter is getting more mature, so you may be able to compile it. If not, please let us know. Again, - -the attachment to this post might help you. Once it compiles it should -run. If not, that's a bug :)
  • +ccc might help you. Once it +compiles it should run. If not, that's a bug :)
  • Work on code generation for Objective C: -emit-llvm support for Objective C is basically nonexistent at the time of this writing, this is a diff --git a/www/get_started.html b/www/get_started.html index 9f482641a8..a975eaf17c 100644 --- a/www/get_started.html +++ b/www/get_started.html @@ -202,7 +202,7 @@ _foo: ret -

    GCC "Emulation" Driver

    +

    GCC "Emulation" Driver

    While the clang executable is a compiler driver that can perform code generation, program analysis, and other actions, it is not designed to be a