Compilers tends to insert memset/memcpy for some struct/array operations,
and these don't play well inside of sanitizer runtimes.
Avoiding these calls was the intention behind internal_memset.
Remove the leftover ={} that can result in memset call.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo