[LLD][ELF] - Remove UnresolvedPolicy::IgnoreAll and relative code. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Tue, 14 Aug 2018 11:55:31 +0000 (11:55 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Tue, 14 Aug 2018 11:55:31 +0000 (11:55 +0000)
commit152e3c98ac03d6d3f48c16257879d36bfea2ae35
tree14d834a927f674c02cf65f0e813afce2770e20cd
parent44780cc3b95f6809062757bedca83d4e22f21199
[LLD][ELF] - Remove UnresolvedPolicy::IgnoreAll and relative code. NFC.

The code involved was simply dead. `IgnoreAll` value is used in
`maybeReportUndefined` only which is never called for -r.
And at the same time `IgnoreAll` was set only for -r.

llvm-svn: 339672
lld/ELF/Config.h
lld/ELF/Driver.cpp
lld/ELF/Relocations.cpp