[PATCH] D69428: [GlobalOpt] Remove valgrind specific hacks (revert r160529)

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 20 12:41:02 PDT 2021


mehdi_amini added a comment.

In D69428#2702638 <https://reviews.llvm.org/D69428#2702638>, @vitalybuka wrote:

> This patch will break https://lab.llvm.org/buildbot/#/builders/sanitizer-x86_64-linux-bootstrap
> E.g. llvm::BuryPointer is not compatible with this change.

The global is marked with an attribute, is it because the store to the GraveYard isn't volatile?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69428/new/

https://reviews.llvm.org/D69428



More information about the llvm-commits mailing list