aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/LangImpl5.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/LangImpl5.rst')
-rw-r--r--docs/tutorial/LangImpl5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/LangImpl5.rst b/docs/tutorial/LangImpl5.rst
index 2a3a4ce..72e34b1 100644
--- a/docs/tutorial/LangImpl5.rst
+++ b/docs/tutorial/LangImpl5.rst
@@ -736,7 +736,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