[lld] r234009 - [ARM] Implementation of R_ARM_TARGET1 relocation
Adhemerval Zanella
adhemerval.zanella at linaro.org
Fri Apr 3 07:16:58 PDT 2015
Hi
On 03-04-2015 10:39, Evgeniy Stepanov wrote:
> Hi,
>
> bots are complaining about this chunk (for some reason blaming me for it):
>
>> + bool target1Rel() const { return _ctx.armTarget1Rel(); }
> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/17163/steps/bootstrap%20clang/logs/stdio
It requires a 'this->' to correctly access the base class member in this case.
More information about the llvm-commits
mailing list