diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2009-06-17 02:56:48 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2009-06-17 02:56:48 +0000 |
commit | 7af1d248f5637144c85d4c122fbdc0070e0bb633 (patch) | |
tree | f53c8a50f930b572687296cf19990dcb4f38c2b8 /llvm/docs/CompilerDriverTutorial.html | |
parent | fbd815fb7a752f66cf7b27926a578dac4d756f17 (diff) | |
download | bcm5719-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.html | 3 |
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. |