From e551087b1b042df00e81be88700612f82ca919d6 Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sun, 26 Feb 2017 22:17:46 +0000 Subject: Fix rst markup. --- lld/docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lld/docs') diff --git a/lld/docs/index.rst b/lld/docs/index.rst index 95ace5cb3ad..952bcb8b255 100644 --- a/lld/docs/index.rst +++ b/lld/docs/index.rst @@ -48,7 +48,7 @@ Features external linkers. All you have to do is to construct object files and command line arguments just like you would do to invoke an external linker and then call the linker's main function, - `lld::elf::link`, from your code. + ``lld::elf::link``, from your code. - It is small. We are using LLVM libObject library to read from object files, so it is not completely a fair comparison, but as of February @@ -56,7 +56,7 @@ Features consists of 198k lines of C++ code. - Link-time optimization (LTO) is supported by default. Essentially, - all you have to do to do LTO is to pass the `-flto` option to clang. + all you have to do to do LTO is to pass the ``-flto`` option to clang. Then clang creates object files not in the native object file format but in LLVM bitcode format. LLD reads bitcode object files, compile them using LLVM and emit an output file. Because in this way LLD can @@ -93,7 +93,7 @@ Build ----- If you have already checked out LLVM using SVN, you can check out LLD -under `tools` directory just like you probably did for clang. For the +under ``tools`` directory just like you probably did for clang. For the details, see `Getting Started with the LLVM System `_. -- cgit v1.2.3