This is a part of
https://bugs.llvm.org/show_bug.cgi?id=39885
Linker script specification says:
"You can specify a file name to include sections from a particular file. You would do this
if one or more of your files contain special data that needs to be at a particular location in memory."
(https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/4/html/Using_ld_the_GNU_Linker/sections.html#INPUT-SECTION)
LLD did not accept this yet. The patch implements it.