This was previously attempted in 2016 by colinl's D18770, but LLD tests
were missed, which caused the change to be reverted.
Setting --print-imm-hex by default brings llvm-objdump's behavior closer
in line with objdump, and it makes it easier to read addresses and
alignment from the disassembly. It may make non-address immediates
harder to interpret, but it still seems the better default, barring more
context-sensitive base selection logic.
--no-print-imm-hex was added to the affected tests in the monorepo in a
semi-automated fashion to preserve their existing semantics.
Don't wrap lines. For tests we don't stick with the 80-column rule.
If someone decides to fix the tests, they will need to join the lines.