"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "5cc3b4cd9a3b62d031873b17a360532626ced1b3"
Replace ObjRelocationInfo with relocation_iterator.
For MachO we need information that is not represented in ObjRelocationInfo. Instead of copying the bits we think are needed from a relocation_iterator, just pass the relocation_iterator down to the format specific functions. No functionality change yet as we still drop the information once processRelocationRef returns. llvm-svn: 180711
Loading
Please register or sign in to comment