Unverified Commit 28ad0079 authored by eleviant's avatar eleviant Committed by GitHub
Browse files

[ThinLTO] Don't mark calloc function dead (#72673)

Dead store elimination pass may fold malloc + memset calls into a single
call to calloc. If calloc is not preserved and is not being called
it can be marked dead which results in link error.
parent 306e13e4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment