[llvm-commits] [llvm] r146284 - /llvm/trunk/lib/Transforms/Instrumentation/AddressSanitizer.cpp
Alexander Potapenko
glider at google.com
Mon Dec 12 00:07:52 PST 2011
>
> 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?
More information about the llvm-commits
mailing list