[PATCH] D23660: [ELF] - Merge SymbolListFile and LinkerScript code.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 13:15:18 PDT 2016


ruiu added a comment.

I was trying to say is to merge the two classes. I'd remove VersionScriptParser class and move the members to ScriptParser, so that you don't need to "cross the boundary" to read a version element.


https://reviews.llvm.org/D23660





More information about the llvm-commits mailing list