[PATCH] D137310: [NFC][SanitizerCoverage] fix wrong pointer type return from CreateSecStartEnd()
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 9 23:23:15 PST 2022
MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.
This is correct. The test `control-flow.ll` incorrectly mixes `ptr` with typed pointers so the issue is not found. At this point I don't think this is more value adding typed pointer tests...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137310/new/
https://reviews.llvm.org/D137310
More information about the llvm-commits
mailing list