From 63dc3180859023e091cb2524a905034a74f51ffb Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Wed, 17 Jun 2009 02:56:48 +0000 Subject: Regenerate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73597 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CompilerDriverTutorial.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/CompilerDriverTutorial.html') diff --git a/docs/CompilerDriverTutorial.html b/docs/CompilerDriverTutorial.html index 897f9a9f89..317b1d1271 100644 --- a/docs/CompilerDriverTutorial.html +++ b/docs/CompilerDriverTutorial.html @@ -48,12 +48,13 @@ command-line LLVMC usage, refer to the

Using LLVMC to generate toolchain drivers

-

LLVMC plugins are written mostly using TableGen, so you need to +

LLVMC plugins are written mostly using TableGen, so you need to be familiar with it to get anything done.

Start by compiling example/Simple, which is a primitive wrapper for gcc:

 $ 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.
-- 
cgit v1.2.3-18-g5258