@@ -5368,16 +5368,85 @@ The ``#pragma comment(lib, ...)`` directive is
supported on all ELF targets.
The second parameter is the library name (without the traditional Unix prefix
of
``lib``). This allows you to provide an implicit link of dependent libraries.
-Evaluating Ob
https://github.com/allanjude edited
https://github.com/llvm/llvm-project/pull/96573
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
allanjude wrote:
We have seen interest in all of the different sanitizers from our embedded
customers who use FreeBSD to build appliances. We have done work to extend
support in FreeBSD for LLVM's KASAN and KMSAN, and have also seen commercial
interest in KCSAN and RTSAN
https://github.com/ll