[LLVMdev] Where does llvm.memcpy.i64 and friends get lowered ?

Anton Korobeynikov anton at korobeynikov.info
Sun Jul 19 09:04:38 PDT 2009


> 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.
Unfortunately, no. Such symbols are emitted during codegeneration only
and are target-specific. There is no tight connection with Module at
this time.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list