================ @@ -29,8 +29,42 @@ ELF Improvements * ``--fat-lto-objects`` option is added to support LLVM FatLTO. Without ``--fat-lto-objects``, LLD will link LLVM FatLTO objects using the relocatable object file. (`D146778 <https://reviews.llvm.org/D146778>`_) +* ``-Bsymbolic-non-weak`` is added to directly bind non-weak definitions. + (`D158322 <https://reviews.llvm.org/D158322>`_) +* ``--lto-validate-all-vtables-have-type-infos``, which complements + ``--lto-whole-program-visibility``, is added to disable unsafe whole-program + devirtualization. ``--lto-known-safe-vtables=<glob>`` can be used + to mark known-safe vtable symbols. + (`D155659 <https://reviews.llvm.org/D155659>`_) +* ``--no-allow-shlib-undefined`` now reports errors for DSO referencing + non-exported definitions. + (`#70769 <https://github.com/llvm/llvm-project/pull/70769>`_) * common-page-size can now be larger than the system page-size. (`#57618 <https://github.com/llvm/llvm-project/issues/57618>`_) +* When call graph profile information is availablue due to instrumentation or ---------------- smeenai wrote:
Typo: availablue -> available https://github.com/llvm/llvm-project/pull/80393 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits