[Orc] Add a Kaleidoscope tutorial for Orc demonstrating eager compilation.
[oota-llvm.git] / docs / tutorial / LangImpl8.rst
index 89344cc82a2d3cdb7296d5d7822af4274e0fdea8..7b02468180f5c8363a462dc6876fc70972a3266d 100644 (file)
@@ -446,7 +446,7 @@ debug information. 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