003 File Manager
Current Path:
/usr/src/contrib/llvm-project/lld/docs
usr
/
src
/
contrib
/
llvm-project
/
lld
/
docs
/
📁
..
📄
AtomLLD.rst
(1.43 KB)
📄
Driver.rst
(2.39 KB)
📁
ELF
📄
NewLLD.rst
(12.8 KB)
📄
Partitions.rst
(5.33 KB)
📄
README.txt
(264 B)
📄
Readers.rst
(7.52 KB)
📄
ReleaseNotes.rst
(9.57 KB)
📄
WebAssembly.rst
(6.13 KB)
📁
_static
📁
_templates
📄
conf.py
(8.11 KB)
📄
design.rst
(16.71 KB)
📄
development.rst
(956 B)
📄
getting_started.rst
(2.29 KB)
📄
hello.png
(26.97 KB)
📄
index.rst
(7.61 KB)
📄
ld.lld.1
(23.22 KB)
📁
llvm-theme
📄
make.bat
(4.97 KB)
📄
missingkeyfunction.rst
(3.39 KB)
📄
open_projects.rst
(104 B)
📄
partitions.dot
(610 B)
📄
partitions.svg
(5.81 KB)
📄
sphinx_intro.rst
(4.12 KB)
📄
windows_support.rst
(3.14 KB)
Editing: development.rst
.. _development: Development =========== Note: this document discuss Mach-O port of LLD. For ELF and COFF, see :doc:`index`. lld is developed as part of the `LLVM <https://llvm.org>`_ project. Creating a Reader ----------------- See the :ref:`Creating a Reader <Readers>` guide. Modifying the Driver -------------------- See :doc:`Driver`. Debugging --------- You can run lld with ``-mllvm -debug`` command line options to enable debugging printouts. If you want to enable debug information for some specific pass, you can run it with ``-mllvm '-debug-only=<pass>'``, where pass is a name used in the ``DEBUG_WITH_TYPE()`` macro. Documentation ------------- The project documentation is written in reStructuredText and generated using the `Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more information on writing documentation for the project, see the :ref:`sphinx_intro`. .. toctree:: :hidden: Readers Driver
Upload File
Create Folder