[PATCH] D22633: [ELF] - Add ScriptParserBase::expect(ArrayRef<StringRef>)

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 10:05:59 PDT 2016


grimar added inline comments.

================
Comment at: ELF/SymbolListFile.cpp:115
@@ -116,3 +114,3 @@
       break;
-    Globals->push_back({next(), true});
+    Globals->push_back({ next(), true });
     expect(";");
----------------
Unrelated, I`ll remove.


https://reviews.llvm.org/D22633





More information about the llvm-commits mailing list