K 10 svn:author V 3 dim K 8 svn:date V 27 2019-09-22T17:31:27.271983Z K 7 svn:log V 316 Pull in r372513 from upstream lld trunk (by Simon Atanasyan): [mips] Deduce MIPS specific ELF header flags from `emulation` In case of linking binary blobs which do not have any ELF headers, we can deduce MIPS ABI ELF header flags from an `emulation` option. Patch by Kyle Evans. Requested by: kevans :) END