"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "1ac3ae743d3b97863c47bf6675143f08015d6c1e"
Simplify the handling of iterators in ObjectFile.
None of the object file formats reported error on iterator increment. In retrospect, that is not too surprising: no object format stores symbols or sections in a linked list or other structure that requires chasing pointers. As a consequence, all error checking can be done on begin() and end(). This reduces the text segment of bin/llvm-readobj in my machine from 521233 to 518526 bytes. llvm-svn: 200442
Loading
Please register or sign in to comment