History log of /openbsd-src/gnu/llvm/lld/ELF/InputFiles.h (Results 1 – 5 of 5)
Revision Date Author Comments
# 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 ...


# 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