The Kaleidoscope tutorial should be using "mcjit" for the library,
[oota-llvm.git] / docs / tutorial / LangImpl6.rst
index cdceb03fb92eba44c465a001ba2c9099aa26d790..bf78bdea74d6e74cbcfd88f765b42560e889743e 100644 (file)
@@ -729,7 +729,7 @@ the if/then/else and for expressions.. To build this example, use:
 .. code-block:: bash
 
     # Compile
-    clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core jit native` -O3 -o toy
+    clang++ -g toy.cpp `llvm-config --cxxflags --ldflags --system-libs --libs core mcjit native` -O3 -o toy
     # Run
     ./toy