[PATCH] D25441: [ELF] Make symbols containing ADDR() function synthetic.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 12:06:22 PDT 2016
ruiu added a comment.
The semantics implemented here is obscure and magical. ADDR() expression has a lingering effect to the following expressions. So it in some sense set a global context for an entire expression, even though it looks just like an expression. Do you really want it?
Repository:
rL LLVM
https://reviews.llvm.org/D25441
More information about the llvm-commits
mailing list