[llvm] r263692 - [yaml2obj, COFF] Correctly handle section alignment

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 17 10:04:53 PDT 2016


Fixed in r263723.

On Wed, Mar 16, 2016 at 11:58 PM, Rafael EspĂ­ndola <
rafael.espindola at gmail.com> wrote:

> > +        if (Sec.Alignment > 8192) {
> > +          errs() << "Section alignment is too large\n";
> > +          return false;
> > +        }
>
> Is is firering in
>
>
> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/11167/steps/check-lld%20asan/logs/stdio
>
> Cheers,
> Rafael
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160317/baa5065b/attachment-0001.html>


More information about the llvm-commits mailing list