[llvm] r206017 - [yaml2obj][ELF] ELF Relocations Support.

Simon Atanasyan simon at atanasyan.com
Wed Apr 23 04:21:03 PDT 2014


Thanks for pointing the problem out. Fixed at r206969.

Regards,
Simon

On Wed, Apr 23, 2014 at 2:43 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
> std::vector<Relocation>Relocations in ELFYAML::RelocationSection leaks.
> See http://lab.llvm.org:8011/builders/llvm-x86_64-linux-vg_leak/builds/2320/steps/test-llvm/logs/LLVM%3A%3Ayaml2obj-elf-rel.yaml
>
> I suggest, as simpler fix, to provide ELFYAML::Section ::~Section() as
> virtual destructor.
>
> 2014-04-11 13:13 GMT+09:00 Simon Atanasyan <simon at atanasyan.com>:
>> Author: atanasyan
>> Date: Thu Apr 10 23:13:39 2014
>> New Revision: 206017
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=206017&view=rev
>> Log:
>> [yaml2obj][ELF] ELF Relocations Support.



More information about the llvm-commits mailing list