[PATCH] D33680: [ELF] - Resolve references properly when using .symver directive
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 9 14:01:26 PDT 2017
ruiu added a comment.
What this patch does is probably correct, but it doesn't look clean. The code to do one thing scattered across SymbolTable.cpp and Symbols.cpp for no reason. Let me clean this up.
https://reviews.llvm.org/D33680
More information about the llvm-commits
mailing list