[PATCH] D33680: [ELF] - Resolve references properly when using .symver directive

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 05:53:14 PDT 2017


ruiu added a comment.

I don't think we want to add a new function `resolve` for this feature. That function seems a bit too ad-hoc. You probably should resolve any symbol whose name is "foo@@bar" as "foo" from the beginning, by stripping "@@" and any characters that follows double-atsign before inserting symbols to the symbol table.


https://reviews.llvm.org/D33680





More information about the llvm-commits mailing list