[PATCH] D21640: [ELF] - Fix incorrect logic in VersionScriptParser::parseVersion()

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 22:44:22 PDT 2016


ruiu added inline comments.

================
Comment at: ELF/SymbolListFile.cpp:93
@@ -92,3 +93,1 @@
     parseLocal();
-  else
-    parseVersionSymbols(Version);
----------------
Why don't you add

  else if (peek() != "}")

here?


http://reviews.llvm.org/D21640





More information about the llvm-commits mailing list