pcc added a comment. LGTM ================ Comment at: tools/llvm-ar/llvm-ar.cpp:809 StringRef Line = *I; StringRef CommandStr, Rest; + Line = Line.split(';').first; ---------------- Move this decl next to line 815. https://reviews.llvm.org/D51338