I was reading the clang front-end user manual with a eye of interest towards using clang & on PPC.<br>I attempted to go to the Target-specific Features and Limitations link in the introduction. Unfortunately,<br>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<br>
I would appreciate it.<br><br>This is the page I went to the link from: <a href="http://clang.llvm.org/docs/UsersManual.html#intro">http://clang.llvm.org/docs/UsersManual.html#intro</a><br><br>The broken link in this section:<br>
<br>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".

<p>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 <a href="http://clang.llvm.org/docs/target_features">Target-Specific Features and
Limitations</a> (broken) section for more details.</p>

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

<br>-Brennan Shacklett. <br>