From 7a8ca279cde02a44bf8c77e20eac1bd5bdbf582b Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 19 Feb 2014 00:12:34 +0000 Subject: [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 --- docs/tutorial/OCamlLangImpl8.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorial/OCamlLangImpl8.rst') 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 -- cgit v1.2.3