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

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 16 23:58:32 PDT 2016


> +        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


More information about the llvm-commits mailing list