llvm-project/lld/docs
Fangrui Song b067aa56ce [ELF] Produce DT_RISCV_VARIANT_CC
https://github.com/riscv/riscv-elf-psabi-doc/pull/190 introduced STO_RISCV_VARIANT_CC.
The linker should:

* Copy the STO_RISCV_VARIANT_CC bit to .symtab/.dynsym: already fulfilled after
  82ed93ea05
* Produce DT_RISCV_VARIANT_CC if at least one R_RISCV_JUMP_SLOT relocation
  references a symbol with the STO_RISCV_VARIANT_CC bit. Done by this patch.

Reviewed By: kito-cheng

Differential Revision: https://reviews.llvm.org/D107951
2022-12-04 21:08:37 -08:00
..
ELF
MachO
_static
_templates
llvm-theme
CMakeLists.txt
NewLLD.rst
Partitions.rst
README.txt
ReleaseNotes.rst [ELF] Produce DT_RISCV_VARIANT_CC 2022-12-04 21:08:37 -08:00
WebAssembly.rst
conf.py
error_handling_script.rst
hello.png
index.rst
ld.lld.1 Revert "[LLD] Enable --no-undefined-version by default." 2022-11-09 16:17:33 +00:00
make.bat
missingkeyfunction.rst
partitions.dot
partitions.svg
windows_support.rst

README.txt

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.