Displaying 3 results from an estimated 3 matches for "5dc9d99e".
2009 Jul 19
0
[LLVMdev] Where does llvm.memcpy.i64 and friends get lowered ?
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 them up
when processing relocations.
Aaron
2009/7/19 Aaron Gray <aaronngray.lists at
2009 Jul 19
2
[LLVMdev] Where does llvm.memcpy.i64 and friends get lowered ?
...fined in Module. Rather than having to check for them and
> pick them up when processing relocations.
You should not be walking the module.
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090719/5dc9d99e/attachment.html>
2009 Jul 18
3
[LLVMdev] Where does llvm.memcpy.i64 and friends get lowered ?
2009/7/19 Chris Lattner <clattner at apple.com>
> On Jul 18, 2009, at 3:28 PM, Aaron Gray wrote:
>
> 2009/7/18 Chris Lattner <clattner at apple.com>
>
>> On Jul 18, 2009, at 2:56 PM, Aaron Gray wrote:
>>
>> I am iterating through Modules symbols for 'test/CodeGen/X86/memcpy.bc
>>
>>
>> If you're iterating over functions,