TTobias Hieta[DOCS] Minor fixes and removals of WIP warnings
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[lld] Wrap rst file to 80 cols and fix "precense" typo | 3 年前 | |
docs: Add the standard LLVM favicon. llvm-svn: 154212 | 13 年前 | |
[lld][docs] Update _templates/indexsidebar.html after Bugzilla->GitHub issue migration | 4 年前 | |
Partially revert r287009: Remove trailing whitespace. This reverts part of r287009 because I accidentally changed binary files. llvm-svn: 287010 | 9 年前 | |
docs: Fix Sphinx detection with out-of-tree builds Adapt to changes made in r302499. llvm-svn: 302501 | 8 年前 | |
Doc: Links should use https | 6 年前 | |
docs: Update partitioning docs now that the feature is fully landed. llvm-svn: 362831 | 6 年前 | |
[WebAssembly] Update docs This is an reland of rL343155 which got reverted because of a sphinx failure on the buildbot. Differential Revision: https://reviews.llvm.org/D54982 llvm-svn: 347830 | 7 年前 | |
[DOCS] Minor fixes and removals of WIP warnings | 3 年前 | |
[lld][WebAssembly] Add --unresolved-symbols=import-dynamic This is a new mode for handling unresolved symbols that allows all symbols to be imported in the same that they would be in the case of -fpie or -shared, but generting an otherwise fixed/non-relocatable binary. Code linked in this way should still be compiled with -fPIC so that data symbols can be resolved via imports. This essentially allows the building of static binaries that have dynamic imports. See: https://github.com/emscripten-core/emscripten/issues/12682 As with other uses of the experimental dynamic linking ABI, this behaviour will produce a warning unless run with --experimental-pic. Differential Revision: https://reviews.llvm.org/D91577 | 4 年前 | |
[docs] Remove hard-coded version numbers from sphinx configs This updates all the non-runtime project release notes to use the version number from CMake instead of the hard-coded version numbers in conf.py. It also hides warnings about pre-releases when the git suffix is dropped from the LLVM version in CMake. Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D112181 | 4 年前 | |
[lld] Provide a hook to customize undefined symbols error handling This is a follow up to https://reviews.llvm.org/D87758, implementing the missing symbol part, as done by binutils. Differential Revision: https://reviews.llvm.org/D89687 | 5 年前 | |
Partially revert r287009: Remove trailing whitespace. This reverts part of r287009 because I accidentally changed binary files. llvm-svn: 287010 | 9 年前 | |
[docs] Remove outdated status update for FreeBSD Reviewed By: emaste, MaskRay Differential Revision: https://reviews.llvm.org/D128592 | 3 年前 | |
[ELF] Add -z pack-relative-relocs GNU ld 2.38 added -z pack-relative-relocs which is similar to --pack-dyn-relocs=relr but synthesizes the GLIBC_ABI_DT_RELR version dependency if a shared object named libc.so.* has a GLIBC_2.* version dependency. This is used to implement the (as some glibc folks call) version lockout mechanism. Add this option, because glibc does not want to support --pack-dyn-relocs=relr which does not add GLIBC_ABI_DT_RELR. See https://maskray.me/blog/2021-10-31-relative-relocations-and-relr for detail. Close https://github.com/llvm/llvm-project/issues/53775 Reviewed By: peter.smith Differential Revision: https://reviews.llvm.org/D120701 | 4 年前 | |
docs: Sketch Sphinx based docs structure. - This uses the llvm-theme developed by Michael Spencer and the base structure (front-facing index page) I use for LNT. llvm-svn: 154206 | 13 年前 | |
Fix two sphinx warnings llvm-svn: 358155 | 7 年前 | |
Add IR support, ELF section and user documentation for partitioning feature. The partitioning feature was proposed here: http://lists.llvm.org/pipermail/llvm-dev/2019-February/130583.html This is mostly just documentation. The feature itself will be contributed in subsequent patches. Differential Revision: https://reviews.llvm.org/D60242 llvm-svn: 361923 | 6 年前 | |
Add IR support, ELF section and user documentation for partitioning feature. The partitioning feature was proposed here: http://lists.llvm.org/pipermail/llvm-dev/2019-February/130583.html This is mostly just documentation. The feature itself will be contributed in subsequent patches. Differential Revision: https://reviews.llvm.org/D60242 llvm-svn: 361923 | 6 年前 | |
[lld] Fix trivial typos in comments Reviewed By: ruiu, MaskRay Differential Revision: https://reviews.llvm.org/D72196 | 6 年前 |