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

Orivej Desh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 18:46:48 PDT 2017


orivej added a comment.

lld incorrectly resolves versioned symbols to zeros when they are in a static library. Here is an example that should loop, but it crashes: https://gist.github.com/orivej/8379fbd550022e966f77d1516e31702a


Repository:
  rL LLVM

https://reviews.llvm.org/D33680





More information about the llvm-commits mailing list