summaryrefslogtreecommitdiff
path: root/lld/docs
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2022-07-26 19:43:55 -0700
committerTom Stellard <tstellar@redhat.com>2022-07-26 21:34:45 -0700
commit809855b56f06dd7182685f88fbbc64111df9339a (patch)
treec4f43461e00fbed8344652b2aa2e205cc424244e /lld/docs
parent1f8ae9d7e7e4afcc4e76728b28e64941660ca3eb (diff)
downloadllvm-809855b56f06dd7182685f88fbbc64111df9339a.tar.gz
Bump the trunk major version to 16llvmorg-16-init
Diffstat (limited to 'lld/docs')
-rw-r--r--lld/docs/ReleaseNotes.rst29
1 files changed, 0 insertions, 29 deletions
diff --git a/lld/docs/ReleaseNotes.rst b/lld/docs/ReleaseNotes.rst
index 936d800cabc3..aedfdfaf2c81 100644
--- a/lld/docs/ReleaseNotes.rst
+++ b/lld/docs/ReleaseNotes.rst
@@ -26,35 +26,12 @@ Non-comprehensive list of changes in this release
ELF Improvements
----------------
-* ``-z pack-relative-relocs`` is now available to support ``DT_RELR`` for glibc 2.36+.
- (`D120701 <https://reviews.llvm.org/D120701>`_)
-* ``--no-fortran-common`` (pre 12.0.0 behavior) is now the default.
-* ``FORCE_LLD_DIAGNOSTICS_CRASH`` environment variable is now available to force LLD to crash.
- (`D128195 <https://reviews.llvm.org/D128195>`_)
-
Breaking changes
----------------
-* The GNU ld incompatible ``--no-define-common`` has been removed.
-* The obscure ``-dc``/``-dp`` options have been removed.
-* ``-d`` is now ignored.
-* If a prevailing COMDAT group defines STB_WEAK symbol, having a STB_GLOBAL symbol in a non-prevailing group is now rejected with a diagnostic.
- (`D120626 <https://reviews.llvm.org/D120626>`_)
-* Support for the legacy ``.zdebug`` format has been removed. Run
- ``objcopy --decompress-debug-sections`` in case old object files use ``.zdebug``.
- (`D126793 <https://reviews.llvm.org/D126793>`_)
-* ``--time-trace-file=<file>`` has been removed.
- Use ``--time-trace=<file>`` instead.
- (`D128451 <https://reviews.llvm.org/D128451>`_)
-
COFF Improvements
-----------------
-* Added autodetection of MSVC toolchain, a la clang-cl. Also added
- ``/winsysroot:`` support for explicit specification of MSVC toolchain
- location, similar to clang-cl's ``/winsysroot``. For now,
- ``/winsysroot:`` requires also passing in an explicit ``/machine:`` flag.
- (`D118070 <https://reviews.llvm.org/D118070>`_)
* ...
MinGW Improvements
@@ -65,12 +42,6 @@ MinGW Improvements
MachO Improvements
------------------
-* We now support proper relocation and pruning of EH frames. **Note:** this
- comes at some performance overhead on x86_64 builds, and we recommend adding
- the ``-femit-compact-unwind=no-compact-unwind`` compile flag to avoid it.
- (`D129540 <https://reviews.llvm.org/D129540>`_,
- `D122258 <https://reviews.llvm.org/D122258>`_)
-
WebAssembly Improvements
------------------------