ilovepi wrote:

> I'm surprised these missing libcalls have been missing for so long without 
> getting fixed

I think few people are doing LTO w/ things that provide bcmp/memcmp, like libc. 
Typically ,what I see is that even when they're statically linked, like for 
embeded code, they're not built w/ LTO, so its just a normal library, and not 
participating in LTO.

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

Reply via email to