[compiler-rt] [rtsan] Intercept aligned_alloc on all versions of OSX if available on build machine (PR #112780)

Mariusz Borsa via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 16:44:06 PDT 2024


wrotki wrote:

Unfortunately this break the build on our (auto merger) bots, which have -mmacosx-version-min=10.13 and also -Werror=unguarded-availability-new . I was thinking about patching it via wrapping in __builtin_available check (which I believe is the right one to use, as it should match the -mmacosx-version-min ) - but can't actually think of a quick fix, due to interceptors being defined via C macros.

Can I ask you to revert this for a while, so we can come up with a right remedy?

https://github.com/llvm/llvm-project/pull/112780


More information about the llvm-commits mailing list