6 Note: this document discuss Mach-O port of LLD. For ELF and COFF,
9 lld is developed as part of the `LLVM <https://llvm.org>`_ project.
14 See the :ref:`Creating a Reader <Readers>` guide.
26 You can run lld with ``-mllvm -debug`` command line options to enable debugging
27 printouts. If you want to enable debug information for some specific pass, you
28 can run it with ``-mllvm '-debug-only=<pass>'``, where pass is a name used in
29 the ``DEBUG_WITH_TYPE()`` macro.
36 The project documentation is written in reStructuredText and generated using the
37 `Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more
38 information on writing documentation for the project, see the