[PATCH] D51338: [llvm-ar] Support * as comment char in MRI scripts

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 10:55:56 PDT 2018


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





More information about the llvm-commits mailing list