[PATCH] D45847: [HWASan] Introduce non-zero based and dynamic shadow memory (compiler-rt).
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 19 17:32:51 PDT 2018
eugenis accepted this revision.
eugenis added a comment.
This revision is now accepted and ready to land.
That's a lot of code :(
But I don't see anything that could be thrown or factored out. We don't really need fixed (zero-based) stuff, but it's good to have it around for a while (for benchmarks and such).
================
Comment at: lib/hwasan/hwasan_dynamic_shadow.h:1
+//===-- hwasan_mapping.h ----------------------------------------*- C++ -*-===//
+//
----------------
this file is named differently (and some others, too)
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D45847
More information about the llvm-commits
mailing list