search for: da303456

Displaying 3 results from an estimated 3 matches for "da303456".

2009 Jul 19
0
[LLVMdev] Where does llvm.memcpy.i64 and friends get lowered ?
2009/7/19 Chris Lattner <clattner at apple.com> > > On Jul 19, 2009, at 8:35 AM, Aaron Gray wrote: > > I am getting a simular problem with ___main appearing if '@main' is used > but there is no instance of it in the Module iterators, only in the > relocations. > > Is it possible to do something about these 'ghost symbols' and have them > defined
2009 Jul 19
1
[LLVMdev] Where does llvm.memcpy.i64 and friends get lowered ?
...tion list of the module. You should not use Module* for anything other than handling file scope inline asm and walking the global variables. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090719/da303456/attachment.html>
2009 Jul 19
2
[LLVMdev] Where does llvm.memcpy.i64 and friends get lowered ?
On Jul 19, 2009, at 8:35 AM, Aaron Gray wrote: > I am getting a simular problem with ___main appearing if '@main' is > used but there is no instance of it in the Module iterators, only in > the relocations. > > Is it possible to do something about these 'ghost symbols' and have > them defined in Module. Rather than having to check for them and > pick