diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-20 20:25:18 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-07-20 20:25:18 +0000 |
commit | 288b211afbaf111812e0fc228db5431828a34162 (patch) | |
tree | 706210b058b025a699b1280b5c2591ddee548f25 /llvm/docs/GettingStarted.html | |
parent | 3475be9a621e0c2db442fc9be6e390f6f0f793d5 (diff) | |
download | bcm5719-llvm-288b211afbaf111812e0fc228db5431828a34162.tar.gz bcm5719-llvm-288b211afbaf111812e0fc228db5431828a34162.zip |
Refer would-be llvm-gcc source users/hackers to the compilation guide.
llvm-svn: 15046
Diffstat (limited to 'llvm/docs/GettingStarted.html')
-rw-r--r-- | llvm/docs/GettingStarted.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 5653fb2a047..ffd8537f30d 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -240,8 +240,7 @@ generation should work as well, although the generated native code may not work on your platform.</p> <p>The GCC front end is not very portable at the moment. If you want to get it -to work on another platform, you can download a copy of the source and try to -compile it on your platform.</p> +to work on another platform, you can download a copy of the source and <a href="CFEBuildInstrs.html">try to compile it</a> on your platform.</p> </div> |