[PATCH] D40932: Hardware-assisted AddressSanitizer (llvm part).
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 6 17:54:51 PST 2017
eugenis added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp:15
+
+#include "llvm/ADT/APInt.h"
+#include "llvm/ADT/ArrayRef.h"
----------------
kcc wrote:
> Do you really need all these includes?
I'm not sure how to find the ones that are unused.
https://reviews.llvm.org/D40932
More information about the llvm-commits
mailing list