-K is a linker option on AIX, that is used to align the header, text, data, and loader sections of the output file so
that each section begins on a page boundary.
This patch creates the -K option in clang. On non-AIX targets, the "unsupported option" error is thrown.
Let's not claim here, just in case this isn't a link step invocation.