ldionne wrote:

> I think we can check whether it's been overridden more easily using an asm 
> alias like this (when libc++ is built under -fno-exceptions):

This doesn't work on Darwin (apparently we don't support the alias attribute on 
that platform). I could investigate doing this all non-Darwin platforms, 
however that would make the utility a lot less generic than in my latest patch, 
since I'd have to handle each function I want to check for overrides 
individually.


https://github.com/llvm/llvm-project/pull/69498
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to