Early-continue for a MIPS-specific rule.
authorRui Ueyama <ruiu@google.com>
Thu, 12 Oct 2017 20:03:57 +0000 (20:03 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 12 Oct 2017 20:03:57 +0000 (20:03 +0000)
commit3e8cc2bda689c0d94524e7a7dbc41b09cbf18acb
treeccdca1bc40222be585f4e4d6d1f44b3150c534f2
parenta7b19157baf498593e8c88797bcc3d3a849645bd
Early-continue for a MIPS-specific rule.

This is an attempt to make lld's relocation handler code understandable.
Since I don't fully understand what exactly this function does for all
possible cases (I believe no one can), I'm not really sure if this patch
is NFC, but at least no functionality change intended. All tests still pass.

llvm-svn: 315612
lld/ELF/Relocations.cpp