mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-22 00:22:09 +00:00
Being const + weak breaks with some compilers that constant-propagate
from the weak symbol. This behavior is outside of the specification, but
in LLVM is chosen to match GCC's behavior.
LLVM's implementation was set in this patch:
|
||
|---|---|---|
| .. | ||
| auxtrace.c | ||
| Build | ||
| dwarf-regs.c | ||
| header.c | ||
| kvm-stat.c | ||
| machine.c | ||
| perf_regs.c | ||
| unwind-libdw.c | ||