[PATCH] D144035: [hwasan] Ensure hwasan aliases do not have ODR linkage
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 21 15:55:55 PST 2023
pcc requested changes to this revision.
pcc added a comment.
This revision now requires changes to proceed.
Passes shouldn't be replacing aliases with aliasees in general, see D66606 <https://reviews.llvm.org/D66606>. The right fix is to fix SCEV to not do that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144035/new/
https://reviews.llvm.org/D144035
More information about the llvm-commits
mailing list