search for: r241383

Displaying 5 results from an estimated 5 matches for "r241383".

2015 Jul 23
2
[LLVMdev] ORC and relocations
...om] Sent: Friday, July 3, 2015 6:36 PM To: Eugene Rozenfeld <Eugene.Rozenfeld at microsoft.com> Cc: llvmdev at cs.uiuc.edu Subject: Re: ORC and relocations Hi Eugene, Sorry for the delayed reply. This looks good to me - I've applied it (along with some extra code to make it testable) in r241383. Cheers, Lang. On Mon, Jun 29, 2015 at 7:31 PM, Eugene Rozenfeld <Eugene.Rozenfeld at microsoft.com<mailto:Eugene.Rozenfeld at microsoft.com>> wrote: Hi Lang, Yes, I can return a non-zero marker value. Are you ok with this version? void RuntimeDyldImpl::resolveExternalSymbols() {...
2015 Jul 23
0
[LLVMdev] ORC and relocations
...ld <Eugene.Rozenfeld at microsoft.com> > *Cc:* llvmdev at cs.uiuc.edu > *Subject:* Re: ORC and relocations > > > > Hi Eugene, > > > > Sorry for the delayed reply. This looks good to me - I've applied it > (along with some extra code to make it testable) in r241383. > > > > Cheers, > > Lang. > > > > On Mon, Jun 29, 2015 at 7:31 PM, Eugene Rozenfeld < > Eugene.Rozenfeld at microsoft.com> wrote: > > Hi Lang, > > > > Yes, I can return a non-zero marker value. Are you ok with this version? > > > &...
2015 Jul 23
2
[LLVMdev] ORC and relocations
...icrosoft.com<mailto:Eugene.Rozenfeld at microsoft.com>> Cc: llvmdev at cs.uiuc.edu<mailto:llvmdev at cs.uiuc.edu> Subject: Re: ORC and relocations Hi Eugene, Sorry for the delayed reply. This looks good to me - I've applied it (along with some extra code to make it testable) in r241383. Cheers, Lang. On Mon, Jun 29, 2015 at 7:31 PM, Eugene Rozenfeld <Eugene.Rozenfeld at microsoft.com<mailto:Eugene.Rozenfeld at microsoft.com>> wrote: Hi Lang, Yes, I can return a non-zero marker value. Are you ok with this version? void RuntimeDyldImpl::resolveExternalSymbols() {...
2015 Jul 24
0
[LLVMdev] ORC and relocations
...ld <Eugene.Rozenfeld at microsoft.com> > *Cc:* llvmdev at cs.uiuc.edu > *Subject:* Re: ORC and relocations > > > > Hi Eugene, > > > > Sorry for the delayed reply. This looks good to me - I've applied it > (along with some extra code to make it testable) in r241383. > > > > Cheers, > > Lang. > > > > On Mon, Jun 29, 2015 at 7:31 PM, Eugene Rozenfeld < > Eugene.Rozenfeld at microsoft.com> wrote: > > Hi Lang, > > > > Yes, I can return a non-zero marker value. Are you ok with this version? > > > &...
2015 Jun 30
2
[LLVMdev] ORC and relocations
Hi Lang, Yes, I can return a non-zero marker value. Are you ok with this version? void RuntimeDyldImpl::resolveExternalSymbols() { while (!ExternalSymbolRelocations.empty()) { StringMap<RelocationList>::iterator i = ExternalSymbolRelocations.begin(); StringRef Name = i->first(); if (Name.size() == 0) { // This is an absolute symbol, use an address of zero.