[llvm] [WebAssembly][Object]Use file offset as function symbol address for linked files (PR #76198)

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 21 17:01:18 PST 2023


dschuff wrote:

@sbc100 we could potentially also do this for DSOs, with the reasoning that the use case is similar (e.g. such addresses could appear in stack traces, and users might want to do binary size attribution on DSOs as well). But I'm not sure if that would make linking worse (maybe not, since the code is PIC anyway, and the dynamic linker doesn't need to know code offsets?)

https://github.com/llvm/llvm-project/pull/76198


More information about the llvm-commits mailing list