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

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 17:34:22 PDT 2019


mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.

AFAICT the inlining is the whole point of FastPoisonShadow so this LGTM as is.



================
Comment at: compiler-rt/lib/asan/asan_poisoning.h:76
   }
+#endif
 }
----------------
`// SANITIZER_FUCHSIA`?


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