summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-07-20 20:25:18 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-07-20 20:25:18 +0000
commit1d3a8b0bd88f4a3bc4359c2bf18eda4c62c6b2b2 (patch)
treef31acaef9e8878d3d002710457967305f2bb9d0d /docs
parentc5f9d8c63097d21147ff13b1395a0590b6b38e25 (diff)
downloadllvm-1d3a8b0bd88f4a3bc4359c2bf18eda4c62c6b2b2.tar.gz
llvm-1d3a8b0bd88f4a3bc4359c2bf18eda4c62c6b2b2.tar.bz2
llvm-1d3a8b0bd88f4a3bc4359c2bf18eda4c62c6b2b2.tar.xz
Refer would-be llvm-gcc source users/hackers to the compilation guide.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15046 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/GettingStarted.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html
index 5653fb2a04..ffd8537f30 100644
--- a/docs/GettingStarted.html
+++ b/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>