The linker script CONSTRUCTORS keyword is only meaningful "when linking object file formats which do not support arbitrary sections, such as ECOFF and XCOFF"[1] and is ignored for other object file formats.
LLVM's lld does not yet accept (and ignore) CONSTRUCTORS, so just remove it from the linker scripts since it has no effect. (Patch in progress upstream so lld will probably accept and ignore CONSTRUCTORS soon, but it seems sensible to me to clean it up.)
[1] https://sourceware.org/binutils/docs/ld/Output-Section-Keywords.html