[llvm] [lld] [ThinLTO] Don't mark calloc function dead (PR #72673)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 30 23:59:27 PST 2023
eleviant wrote:
> @eleviant this change seems to be causing a bunch of failures on Windows, can you take a look and revert if you need time to investigate? Thanks!
>
> https://lab.llvm.org/buildbot/#/builders/216/builds/31173
I'll check but the first glance this one: https://lab.llvm.org/buildbot/#/builders/216/builds/31173/steps/7/logs/FAIL__LLVM__2009-02-12-DebugInfoVLA_ll is caused by an issue in ISel which seems to be out of scope of this patch. I also looked at few others: they seem to have some codegen issues, however none of them uses malloc/calloc
https://github.com/llvm/llvm-project/pull/72673
More information about the llvm-commits
mailing list