[cfe-dev] Webpage Target Limitations Info

Brennan marinocuervo at gmail.com
Mon Nov 9 07:03:55 PST 2009


I was reading the clang front-end user manual with a eye of interest towards
using clang & on PPC.
I attempted to go to the Target-specific Features and Limitations link in
the introduction. Unfortunately,
this generated a 404 not found error for /docs/target_features. If the
information is anywhere else on the site or if that link could be fixed
I would appreciate it.

This is the page I went to the link from:
http://clang.llvm.org/docs/UsersManual.html#intro

The broken link in this section:

The Clang driver and language features are intentionally designed to be as
compatible with the GNU GCC compiler as reasonably possible, easing
migration from GCC to Clang. In most cases, code "just works".

In addition to language specific features, Clang has a variety of features
that depend on what CPU architecture or operating system is being compiled
for. Please see the Target-Specific Features and
Limitations<http://clang.llvm.org/docs/target_features>(broken)
section for more details.

The rest of the introduction introduces some basic compiler
terminology<http://clang.llvm.org/docs/UsersManual.html#terminology>that
is used throughout this manual and contains a basic introduction
to using Clang <http://clang.llvm.org/docs/UsersManual.html#basicusage> as a
command line compiler.

-Brennan Shacklett.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20091109/22637957/attachment.html>


More information about the cfe-dev mailing list