We produce warning "entry symbol not found". If it is used together with --fatal-warnings,
lld errors out. That is different from whar ld do, ld ignores that flag with this warning.
btw gold disagree with ld here, but I assume we want to be compatible with ld, so
I introduced new method info() that solves that problem.
Initially I fixed it as PR30521, but as Ed noticed, PR30521 links shared which does not have entry,
so this fix is not about that case, but still about difference of ld/gold.
Do we want it ?