[PATCH] D51902: [SanitizerCoverage] Create comdat for global arrays.
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 11 17:20:45 PDT 2018
morehouse added a comment.
The error was actually caused by setting associated metadata for some arrays and not others. By always setting the metadata, we can avoid the issue.
@eugenis: PTAL
https://reviews.llvm.org/D51902
More information about the llvm-commits
mailing list