[PATCH] D64166: [ASan] Use __sanitizer_fill_shadow for FastPoisonShadow on Fuchsia

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 16:14:32 PDT 2019


phosek added a comment.

Alternatively, I can move `FastPoisonShadow` implementation to `asan_poisoning.cc ` and `asan_fuchsia.cc` and implement them separately for each platform, but we would loose the inlining if we do that.


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D64166





More information about the llvm-commits mailing list