History log of /openbsd/gnu/llvm/clang/lib/CodeGen/CodeGenModule.cpp (Results 1 – 6 of 6)
Revision Date Author Comments
# 7a9b00ce 11-Nov-2023 robert <robert@openbsd.org>

merge clang-16.0.6


# 21998d46 16-Dec-2022 jca <jca@openbsd.org>

Downgrade riscv64-specific LTO error to a warning

Error happens when mixing some PIC and non-PIC code in an LTO build/link

ld: error: linking module flags 'SmallDataLimit': IDs have conflicting v

Downgrade riscv64-specific LTO error to a warning

Error happens when mixing some PIC and non-PIC code in an LTO build/link

ld: error: linking module flags 'SmallDataLimit': IDs have conflicting values in '<REDACTED>.o' and 'ld-temp.o'

and affects a few ports now. Issue reported upstream where the proposed
fix uses llvm::Module::Min, which we don't have and would require
a backport. For now, work around this issue by downgrading to
a warning, which should have the intended effect in most cases (use the
value of the first module, which is smaller than the defaults value used
by ld-temp.o).

ok kettenis@

show more ...


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

Import LLVM 13.0.0 release.


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

Import LLVM 11.1.0 release including clang, lld and lldb.


# 389bb291 09-Aug-2020 patrick <patrick@openbsd.org>

Import LLVM 10.0.1 including clang, lld and lldb.


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

Import LLVM 10.0.0 release including clang, lld and lldb.

ok hackroom
tested by plenty