summaryrefslogtreecommitdiffstats
path: root/llvm/docs/tutorial/LangImpl7.rst
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-01-08 19:07:01 +0000
committerEric Christopher <echristo@gmail.com>2015-01-08 19:07:01 +0000
commita8c6a0a03f603a911e471665565bfcdc6fb5eb0e (patch)
treec5a793bcaadde2860d753d0e2a647b6ac9851a9f /llvm/docs/tutorial/LangImpl7.rst
parent021eaef04403b480ccd1e3aefb2c32875fcd6342 (diff)
downloadbcm5719-llvm-a8c6a0a03f603a911e471665565bfcdc6fb5eb0e.tar.gz
bcm5719-llvm-a8c6a0a03f603a911e471665565bfcdc6fb5eb0e.zip
The Kaleidoscope tutorial should be using "mcjit" for the library,
"jit" doesn't exist anymore. llvm-svn: 225462
Diffstat (limited to 'llvm/docs/tutorial/LangImpl7.rst')
-rw-r--r--llvm/docs/tutorial/LangImpl7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/tutorial/LangImpl7.rst b/llvm/docs/tutorial/LangImpl7.rst
index c4c7233c6a3..141f1389630 100644
--- a/llvm/docs/tutorial/LangImpl7.rst
+++ b/llvm/docs/tutorial/LangImpl7.rst
@@ -847,7 +847,7 @@ mutable variables and var/in support. 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
OpenPOWER on IntegriCloud