Use llvm::utohexstr instead of Twine::utohexstr.
authorRui Ueyama <ruiu@google.com>
Wed, 23 Nov 2016 21:24:26 +0000 (21:24 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 23 Nov 2016 21:24:26 +0000 (21:24 +0000)
commitd3a06ffb1ce4456984dac07eeb7e728b60b7e1b6
tree6bdd3d0e3d34587d3167a9f2d8b2b43a821e682b
parent9234ff26d92f43b6143bd769daa71150fd3b7961
Use llvm::utohexstr instead of Twine::utohexstr.

They are essentially the same in this context, so I prefer the one
that doesn't need `Twine::`.

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