[llvm-commits] [PATCH] ASan: support for zero-based shadow for PIE binaries (LLVM part).
Kostya Serebryany
kcc at google.com
Wed Jan 16 23:05:48 PST 2013
================
Comment at: include/llvm/Transforms/Instrumentation.h:43
@@ -43,1 +42,3 @@
+ bool CheckLifetime = false, StringRef BlacklistFile = StringRef(),
+ bool AssumePie = false);
ModulePass *createAddressSanitizerModulePass(
----------------
As with the clang part, I don't want us to depend on pie, because it only helps on linux.
I'd prefer something like ZeroShadowBase
http://llvm-reviews.chandlerc.com/D302
More information about the llvm-commits
mailing list