mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 00:06:05 +00:00

With this patch llvm-readobj now prints if a relocation is pcrel, its length, if it is extern and if it is scattered. It also refactors the code a bit to use bit fields instead of shifts and masks all over the place. llvm-svn: 179294