[PATCH] D98090: [dfsan] Remove hardcoded shadow width in struct.ll
George Balatsouras via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 5 17:21:42 PST 2021
gbalats created this revision.
gbalats added a reviewer: stephan.yichao.zhao.
gbalats added projects: Sanitizers, LLVM.
gbalats requested review of this revision.
Herald added a subscriber: llvm-commits.
As a preparation step for fast8 support, we need to update the tests
to pass in both modes. That requires generalizing the shadow width
and remove any hard coded references that assume it's always 2 bytes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D98090
Files:
llvm/test/Instrumentation/DataFlowSanitizer/struct.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98090.328705.patch
Type: text/x-patch
Size: 37359 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210306/f127a51b/attachment.bin>
More information about the llvm-commits
mailing list