[PATCH] D40048: [asan] Prevent rematerialization of &__asan_shadow.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 14 14:05:04 PST 2017


eugenis added inline comments.


================
Comment at: llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:216
+
+static cl::opt<bool> ClWithIfuncSuppressRemat(
+    "asan-with-ifunc-suppress-remat",
----------------
pcc wrote:
> Does this need to be a flag? Could we instead do this only on arm32?
Flag is useful for benchmarking and also as a way to disable this feature if something goes wrong. We already do this only on android/arm32.


https://reviews.llvm.org/D40048





More information about the llvm-commits mailing list