[llvm-commits] appendToGlobalCtors

Kostya Serebryany kcc at google.com
Fri Oct 28 13:41:55 PDT 2011


Hello,

I would like to add a small utility function into llvm/Transforms/Utils.
appendToGlobalCtors() adds a function to the list of global constructors.
Currently it is used by AddressSanitizer; clattner suggested to move it
to llvm/Transforms/Utils.

Patch: http://codereview.appspot.com/5330046 (also in attachment).

Thanks,

--kcc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111028/998869ff/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: issue5330046_1010.diff
Type: text/x-patch
Size: 4089 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111028/998869ff/attachment.bin>


More information about the llvm-commits mailing list