[PATCH] D25441: [ELF] Make symbols containing ADDR() function synthetic.

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 11 12:39:56 PDT 2016


evgeny777 added a comment.

The problem is that expression evaluation is done too late: after symbols are created and even after scanRelocs is called. This means that necessary dynamic relocs won't be created. Besides that regular to synthetic conversion will be required for symbols.


Repository:
  rL LLVM

https://reviews.llvm.org/D25441





More information about the llvm-commits mailing list