search for: 6175f5a2

Displaying 2 results from an estimated 2 matches for "6175f5a2".

2011 Jan 31
0
[LLVMdev] Rolling my own appending linkage
...9;t referred to. Any suggestions would be welcome. I'm otherwise very close to getting a simple, non-shadow-stack collector working :) -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110130/6175f5a2/attachment.html>
2011 Jan 25
4
[LLVMdev] Rolling my own appending linkage
On Jan 24, 2011, at 11:57 PM, Duncan Sands wrote: > Hi Talin, > >> Really, all I need to make this work is some way to 'mark' a global so that my >> custom pass can query for all marked globals. Any ideas on this? > > metadata maybe? A better approach would be to create an global array of strings to hold names of marked globals. You know the name of this special