[PATCH] D104825: [hwasan] Respect llvm.asan.globals.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 16:29:08 PDT 2021


eugenis added a comment.

ASan does very fancy things to run this logic only once and access it in a function pass.
HWASan is a module pass and it can simply run the code once in initialization.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104825



More information about the llvm-commits mailing list