[lld] r243626 - [Mips] Implement definition of DT_MIPS_RLD_MAP dynamic tag, .rld_map section, and __RLD_MAP symbol

Simon Atanasyan simon at atanasyan.com
Thu Jul 30 01:00:55 PDT 2015


This commit adds new section to almost all executables. That is why a lot of
addresses/offsets checked in the test have changed. Sometimes it is possible
to put a regexp like {{[0-9A-F]+}} instead of exact value. But in many tests
I need/want to check for example relocation calculation results. So I have
to use exact value.

Simon

On Thu, Jul 30, 2015 at 10:51 AM, Sean Silva <chisophugis at gmail.com> wrote:
> Is there an easy way to explain why this caused so much test churn?
>
> -- Sean Silva
>
> On Thu, Jul 30, 2015 at 12:45 AM, Simon Atanasyan <simon at atanasyan.com>
> wrote:
>>
>> Author: atanasyan
>> Date: Thu Jul 30 02:45:55 2015
>> New Revision: 243626
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=243626&view=rev
>> Log:
>> [Mips] Implement definition of DT_MIPS_RLD_MAP dynamic tag, .rld_map
>> section, and __RLD_MAP symbol



More information about the llvm-commits mailing list