summaryrefslogtreecommitdiff
path: root/docs/tutorial/OCamlLangImpl8.rst
diff options
context:
space:
mode:
authorSean Silva <silvas@purdue.edu>2014-02-19 00:12:34 +0000
committerSean Silva <silvas@purdue.edu>2014-02-19 00:12:34 +0000
commit7a8ca279cde02a44bf8c77e20eac1bd5bdbf582b (patch)
tree8310c0df35be1a70eb50ceba9cd349b17ce69310 /docs/tutorial/OCamlLangImpl8.rst
parentf7f33ced956cf048e3984f550f422d8a7532a1f8 (diff)
downloadllvm-7a8ca279cde02a44bf8c77e20eac1bd5bdbf582b.tar.gz
llvm-7a8ca279cde02a44bf8c77e20eac1bd5bdbf582b.tar.bz2
llvm-7a8ca279cde02a44bf8c77e20eac1bd5bdbf582b.tar.xz
[docs] Clean up some more llvm-gcc stuff
Some references to llvm-gcc were so crusty that I wasn't sure how to proceed and so I've left them intact. I also slipped in a quick peephole fix to use a :doc: link instead of raw HTML link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201619 91177308-0d34-0410-b5e6-96231b3b80d8
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