summaryrefslogtreecommitdiff
path: root/docs/tutorial/OCamlLangImpl8.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/OCamlLangImpl8.rst')
-rw-r--r--docs/tutorial/OCamlLangImpl8.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/OCamlLangImpl8.rst b/docs/tutorial/OCamlLangImpl8.rst
index 3534b2e0c9..6f694931ef 100644
--- a/docs/tutorial/OCamlLangImpl8.rst
+++ b/docs/tutorial/OCamlLangImpl8.rst
@@ -72,7 +72,7 @@ For example, try adding:
info <../SourceLevelDebugging.html>`_ which is understood by common
debuggers like GDB. Adding support for debug info is fairly
straightforward. The best way to understand it is to compile some
- C/C++ code with "``llvm-gcc -g -O0``" and taking a look at what it
+ C/C++ code with "``clang -g -O0``" and taking a look at what it
produces.
- **exception handling support** - LLVM supports generation of `zero
cost exceptions <../ExceptionHandling.html>`_ which interoperate with