llvm-capstone/lld/docs
Shoaib Meenai 97e39f96c8 [ELF] Add -Bsymbolic-non-weak
This adds a new -Bsymbolic option that directly binds all non-weak
symbols. There's a couple of reasons motivating this:
* The new flag will match the default behavior on Mach-O, so you can get
  consistent behavior across platforms.
* We have use cases for which making weak data preemptible is useful,
  but we don't want to pessimize access to non-weak data. (For a large
  internal app, we measured 2000+ data symbols whose accesses would be
  unnecessarily pessimized by `-Bsymbolic-functions`.)

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D158322
2023-08-21 09:11:51 -07:00
..
_static
_templates [lld][docs] Update _templates/indexsidebar.html after Bugzilla->GitHub issue migration 2021-12-30 13:34:45 -08:00
ELF Fix typos in documentation 2023-05-28 13:13:12 -07:00
llvm-theme
MachO [lld] fix comment typos to cycle bots 2023-02-04 15:23:30 -05:00
CMakeLists.txt
conf.py [NFC][Py Reformat] Reformat python files in the rest of the dirs 2023-05-25 11:17:05 +02:00
error_handling_script.rst
hello.png
index.rst [lld][ELF] Support LoongArch 2023-07-25 17:06:07 +08:00
ld.lld.1 [ELF] Add -Bsymbolic-non-weak 2023-08-21 09:11:51 -07:00
make.bat
missingkeyfunction.rst
NewLLD.rst Re-land [LLD] Allow usage of LLD as a library 2023-06-19 07:35:11 -04:00
partitions.dot
Partitions.rst
partitions.svg
README.txt
ReleaseNotes.rst Reland "[lld] Preliminary fat-lto-object support" 2023-08-18 22:51:25 +00:00
WebAssembly.rst [lld][WebAssembly] Initial support for stub libraries 2023-03-23 14:26:27 -07:00
windows_support.rst

lld Documentation
=================

The lld documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

We currently use the 'nature' theme and a Beaker inspired structure.

See sphinx_intro.rst for more details.