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

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 12:14:21 PDT 2016


evgeny777 added a comment.

Unfortunately I have scripts which depend on this feature and which I can't change. Absolute value of address has two main problems:

1. relocatable object files (you get incorrect value after final link)
2. dynamic relocs for absolute symbols are not created.

Do you have an idea how to do this in more elegant way?


Repository:
  rL LLVM

https://reviews.llvm.org/D25441





More information about the llvm-commits mailing list