================ Comment at: include/lld/ReaderWriter/ELFLinkingContext.h:187 @@ +186,3 @@ + + const StringRefVector &getRpathList() const { + return _rpathList; ---------------- use range instead. http://llvm-reviews.chandlerc.com/D1583