[LLVMdev] LoadedObjectInfo::getSectionLoadAddress (original) (raw)
Eugene Rozenfeld Eugene.Rozenfeld at microsoft.com
Wed Jul 22 19:41:16 PDT 2015
- Previous message: [LLVMdev] longjmp and JIT compiled code on Windows
- Next message: [LLVMdev] LoadedObjectInfo::getSectionLoadAddress
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150723/e9a25f37/attachment.html>
- Previous message: [LLVMdev] longjmp and JIT compiled code on Windows
- Next message: [LLVMdev] LoadedObjectInfo::getSectionLoadAddress
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]