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