History log of /openbsd/gnu/llvm/lld/ELF/InputFiles.cpp (Results 1 – 7 of 7)
Revision Date Author Comments
# e8ae9400 04-Dec-2023 robert <robert@openbsd.org>

protect access to the gnu warning map with a mutex to avoid random crashes

discussed with, tested by and ok tb@


# 05edf1c1 11-Nov-2023 robert <robert@openbsd.org>

merge lld-16.0.6


# 7c5ea754 17-Nov-2022 robert <robert@openbsd.org>

add .gnu.warning.SYMBOL support to ld.lld(1) to display the warnings in
these sections like ld.bfd(1)

e.g:
add.c(add.o:(add)): warning: sprintf() is often misused, please use snprintf()
add.c(add.o:

add .gnu.warning.SYMBOL support to ld.lld(1) to display the warnings in
these sections like ld.bfd(1)

e.g:
add.c(add.o:(add)): warning: sprintf() is often misused, please use snprintf()
add.c(add.o:(add)): warning: strcpy() is almost always misused, please use strlcpy()
add.c(add.o:(add)): warning: strcat() is almost always misused, please use strlcat()

ok deraadt@

show more ...


# afd66fcf 28-Dec-2021 naddy <naddy@openbsd.org>

lld: do not report undefined weak references in shared libraries

https://github.com/llvm/llvm-project/commit/52bfd2c1ccd86ff813ee6df5a6700690acdd912f

This fixes an issue introduced in D101996.

A w

lld: do not report undefined weak references in shared libraries

https://github.com/llvm/llvm-project/commit/52bfd2c1ccd86ff813ee6df5a6700690acdd912f

This fixes an issue introduced in D101996.

A weak reference in a shared library could be incorrectly reported if
there is another library that has a strong reference to the same symbol.

Differential Revision: https://reviews.llvm.org/D115041

ok patrick@ kettenis@

show more ...


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

Import LLVM 13.0.0 release.


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

Import LLVM 11.1.0 release 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