summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CompilerDriverTutorial.html
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2009-06-17 02:56:48 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2009-06-17 02:56:48 +0000
commit7af1d248f5637144c85d4c122fbdc0070e0bb633 (patch)
treef53c8a50f930b572687296cf19990dcb4f38c2b8 /llvm/docs/CompilerDriverTutorial.html
parentfbd815fb7a752f66cf7b27926a578dac4d756f17 (diff)
downloadbcm5719-llvm-7af1d248f5637144c85d4c122fbdc0070e0bb633.tar.gz
bcm5719-llvm-7af1d248f5637144c85d4c122fbdc0070e0bb633.zip
Regenerate.
llvm-svn: 73597
Diffstat (limited to 'llvm/docs/CompilerDriverTutorial.html')
-rw-r--r--llvm/docs/CompilerDriverTutorial.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CompilerDriverTutorial.html b/llvm/docs/CompilerDriverTutorial.html
index 897f9a9f895..317b1d12712 100644
--- a/llvm/docs/CompilerDriverTutorial.html
+++ b/llvm/docs/CompilerDriverTutorial.html
@@ -48,12 +48,13 @@ command-line LLVMC usage, refer to the <tt class="docutils literal"><span class=
</div>
<div class="section" id="using-llvmc-to-generate-toolchain-drivers">
<h1><a class="toc-backref" href="#id3">Using LLVMC to generate toolchain drivers</a></h1>
-<p>LLVMC plugins are written mostly using <a class="reference external" href="http://llvm.cs.uiuc.edu/docs/TableGenFundamentals.html">TableGen</a>, so you need to
+<p>LLVMC plugins are written mostly using <a class="reference external" href="http://llvm.org/docs/TableGenFundamentals.html">TableGen</a>, so you need to
be familiar with it to get anything done.</p>
<p>Start by compiling <tt class="docutils literal"><span class="pre">example/Simple</span></tt>, which is a primitive wrapper for
<tt class="docutils literal"><span class="pre">gcc</span></tt>:</p>
<pre class="literal-block">
$ cd $LLVM_DIR/tools/llvmc
+$ cp -r example/Simple plugins/Simple
# NB: A less verbose way to compile standalone LLVMC-based drivers is
# described in the reference manual.
OpenPOWER on IntegriCloud