This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3e1cb0db8a79: [CodeGen][MSan] Don't use offsets of
zero-sized fields (authored by vitalybuka).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
eugenis accepted this revision.
eugenis added a comment.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92727/new/
https://reviews.llvm.org/D92727
___
cfe-commits mailing list
cfe-commits@lists.llvm.
morehouse accepted this revision.
morehouse added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92727/new/
https://reviews.llvm.org/D92727
___
vitalybuka created this revision.
vitalybuka added reviewers: eugenis, morehouse.
vitalybuka requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Such fields will likely have offset zero making
__sanitizer_dtor_callback poisoning wrong regions.