History log of /openbsd-src/gnu/llvm/lld/ELF/InputSection.cpp (Results 1 – 7 of 7)
Revision Date Author Comments
# 05edf1c1 11-Nov-2023 robert <robert@openbsd.org>

merge lld-16.0.6


# a0747c9f 17-Dec-2021 patrick <patrick@openbsd.org>

Merge LLVM 13.0.0.


# 27d64221 29-Jul-2021 pascal <pascal@openbsd.org>

Allow relocation R_386_GOTOFF to be used from .debug_info sections. Newer
GCC versions will sometimes emit it, and we have stumbled upon it a few times
in ports.

Upstream commit: https://reviews.ll

Allow relocation R_386_GOTOFF to be used from .debug_info sections. Newer
GCC versions will sometimes emit it, and we have stumbled upon it a few times
in ports.

Upstream commit: https://reviews.llvm.org/D95994
GCC bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98946

ok kettenis@

show more ...


# adae0cfd 28-Apr-2021 patrick <patrick@openbsd.org>

Merge LLVM 11.1.0.


# 3bed555d 21-Nov-2020 kettenis <kettenis@openbsd.org>

Backport https://reviews.llvm.org/D75419. This adds a workaround for
undefined references to .got2 on powerpc making it possible to link
llvm with lld.

ok gkoehler@


# 667950d7 09-Aug-2020 patrick <patrick@openbsd.org>

Import LLVM 10.0.1 including clang, lld and lldb.


# ece8a530 03-Aug-2020 patrick <patrick@openbsd.org>

Import LLVM 10.0.0 release including clang, lld and lldb.

ok hackroom
tested by plenty