diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index ca0256d9e05..5910ebc305f 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -1535,10 +1535,10 @@ transitioning from llvm-gcc3 to llvm-gcc4, we include examples for both.
and
-% lli hello.bc
+% lli hello.bc
The second examples shows how to invoke the LLVM JIT, lli.
+ href="CommandGuide/html/lli.html">lli.Use the llvm-dis utility to take a look at the LLVM assembly code:
@@ -1557,10 +1557,11 @@ transitioning from llvm-gcc3 to llvm-gcc4, we include examples for both.Execute the native code program:
-% ./hello.native
% ./hello.native
Note that using llvm-gcc to compile directly to native code (i.e. when the -emit-llvm option is not present) does steps 6/7/8 for you.
+