diff --git a/docs/GettingStarted.html b/docs/GettingStarted.html index 04cd6820124..41cb1b98c9a 100644 --- a/docs/GettingStarted.html +++ b/docs/GettingStarted.html @@ -1132,7 +1132,9 @@ are code generators for parts of LLVM infrastructure.

hello.bc. The hello.bc is the LLVM bytecode that corresponds the the compiled program and the library facilities that it required. hello is a simple shell script that runs the bytecode - file with lli, making the result directly executable.

+ file with lli, making the result directly executable. Note that + all LLVM optimizations are enabled by default, so there is no need for a + "-O3" switch.

  • Run the program. To make sure the program ran, execute one of the following commands: