Linker: Always pass RF_IgnoreMissingLocals; NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 8 Apr 2016 19:01:38 +0000 (19:01 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 8 Apr 2016 19:01:38 +0000 (19:01 +0000)
commitfe6583a0a66ca64125df0b6a59855bb08d9c6591
treecb2e76f7caafb50bd4de090c28acdafd69f90295
parente0a6fc3bcc597d9f0eaae03dc834edd23a28b99a
Linker: Always pass RF_IgnoreMissingLocals; NFC

This is a cleanup after clarifying the meaning of RF_IgnoreMissingLocals
in r265628 and truly limiting it to locals in r265768.

This should have no functionality change, since the only context that
the flag has an effect is when we could hit function-local Value and
Metadata, and we were already passing it in those contexts.

llvm-svn: 265831
llvm/lib/Linker/IRMover.cpp