Rename MapValue(Metadata*) to MapMetadata()
[oota-llvm.git] / docs / tutorial / OCamlLangImpl8.rst
index 4058991f19856e676a355695e4e160a83fb4fa9e..6f694931ef862ab47b3334c664da3f56488cd9d1 100644 (file)
@@ -5,8 +5,6 @@ Kaleidoscope: Conclusion and other useful LLVM tidbits
 .. contents::
    :local:
 
-Written by `Chris Lattner <mailto:sabre@nondot.org>`_
-
 Tutorial Conclusion
 ===================
 
@@ -74,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