[llvm-commits] [llvm] r146284 - /llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Kostya Serebryany
kcc at google.com
Mon Dec 12 10:05:25 PST 2011
On Mon, Dec 12, 2011 at 12:07 AM, Alexander Potapenko <glider at google.com>wrote:
> >
> > appendToGlobalCtors(M, AsanCtorFunction, 1 /*high priority*/);
> > + appendToPreinitArray(M, AsanInitFunction);
> >
>
> I see this function is called on Mac as well as on Linux. Have you fixed
> this?
>
Just did, thanks. r146379.
--kcc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111212/4111c8e7/attachment.html>
More information about the llvm-commits
mailing list