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

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 12:03:50 PDT 2018


mstorsjo added inline comments.


================
Comment at: tools/llvm-ar/llvm-ar.cpp:809
     StringRef Line = *I;
     StringRef CommandStr, Rest;
+    Line = Line.split(';').first;
----------------
pcc wrote:
> Move this decl next to line 815.
Sorry, I missed this comment before - will fix this as well.


Repository:
  rL LLVM

https://reviews.llvm.org/D51338





More information about the llvm-commits mailing list