HardenedBSD/contrib/llvm-project
Dimitry Andric f3457ed942 Tentatively merge llvm fix for buildworld WITH_ASAN
Building world using WITH_ASAN results in an assertion when compiling
certain source files referencing ifuncs:

  Assertion failed: (isa<Function>(Callee) || isa<GlobalAlias>(Callee)), function analyzeAllUses, file /root/freebsd/contrib/llvm-project/llvm/lib/Analysis/StackSafetyAnalysis.cpp, line 514.

This was already reported upstream a while ago, in
<https://github.com/llvm/llvm-project/issues/87923>, but now there is
finally a candidate fix, which seems trivial so I am importing it right
away.

Reported by:	markj
PR:		280936
Pull Request:	https://github.com/llvm/llvm-project/pull/113841
MFC after:	3 days
2024-10-28 18:34:58 +01:00
..
clang
compiler-rt
libcxx Fix buildworld with gcc 12 after llvm-19 import 2024-10-25 18:08:32 +02:00
libunwind
lld
lldb
llvm Tentatively merge llvm fix for buildworld WITH_ASAN 2024-10-28 18:34:58 +01:00
openmp
FREEBSD-Xlist