(original) (raw)

Correction: this is the right link

https://github.com/erozenfeld/llvm/commit/7c2d75d537a51e3299cf842d618cd8cfcd68b94b

Eugene

From: Eugene Rozenfeld
Sent: Wednesday, July 22, 2015 7:41 PM
To: 'Lang Hames'
Cc: llvmdev@cs.uiuc.edu
Subject: LoadedObjectInfo::getSectionLoadAddress

Hi Lang,

LoadedObjectInfo::getSectionLoadAddress takes StringRef as an arg. That breaks if the object file has multiple sections with the same name. I made a change to add an overload that takes a SectionRef&. Can you please take a look?

https://github.com/erozenfeld/llvm/commit/65f635e426bdc8e80a29ed370a78f0c0a282f265

Thanks,

Eugene