[PATCH] D23354: [compiler-rt] Suport dynamic shadow address instrumentation
Etienne Bergeron via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 10 08:35:05 PDT 2016
etienneb created this revision.
etienneb added reviewers: rnk, kcc.
etienneb added subscribers: chrisha, llvm-commits.
Herald added a subscriber: dberris.
This patch is adding the support for a shadow memory with
dynamically allocated address range.
The compiler-rt needs to export a symbol containing the shadow
memory range.
This is required to support ASAN on windows 64-bits.
https://reviews.llvm.org/D23354
Files:
lib/Transforms/Instrumentation/AddressSanitizer.cpp
test/Instrumentation/AddressSanitizer/basic-msvc64.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23354.67526.patch
Type: text/x-patch
Size: 9389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160810/1a77e959/attachment.bin>
More information about the llvm-commits
mailing list