Carlo Kok via llvm-dev
2019-Apr-19 07:30 UTC
[llvm-dev] Get begin/end of section of lld/wasm
Hi, when linking with lld/wasm with a symbol like: @_typeinfo__rtti_te_Module6_d_Test = private constant i8* bitcast (@_rtti_te_Module6_d_Test to i8*), section "ELRTTLRR", align 4 How do I get the start and end of the ELRTTLRR section? LLD doesn't seem to emit that info, nor does it define a __start_ELRTTLRR/__stop_ELRTTLRR section?
Sam Clegg via llvm-dev
2019-Apr-19 21:50 UTC
[llvm-dev] Get begin/end of section of lld/wasm
On Fri, Apr 19, 2019 at 12:30 AM Carlo Kok via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > Hi, > > > when linking with lld/wasm with a symbol like: > > @_typeinfo__rtti_te_Module6_d_Test = private constant i8* bitcast (@_rtti_te_Module6_d_Test to i8*), section "ELRTTLRR", align 4 > > > How do I get the start and end of the ELRTTLRR section? LLD doesn't seem to emit that info, nor does it define a __start_ELRTTLRR/__stop_ELRTTLRR section?This could well be a missing feature in the wasm lld port. There are some features we have not yet added, mostly because they have not yet been required. Would you mind filing a bug report and assigning to me? cheers, sam> _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
Carlo Kok via llvm-dev
2019-Apr-23 04:46 UTC
[llvm-dev] Get begin/end of section of lld/wasm
https://bugs.llvm.org/show_bug.cgi?id=41565 It doesn't accept the email address you use here, so I can't assign it. On Fri, Apr 19, 2019, at 23:50, Sam Clegg wrote:> On Fri, Apr 19, 2019 at 12:30 AM Carlo Kok via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > Hi, > > > > > > when linking with lld/wasm with a symbol like: > > > > @_typeinfo__rtti_te_Module6_d_Test = private constant i8* bitcast (@_rtti_te_Module6_d_Test to i8*), section "ELRTTLRR", align 4 > > > > > > How do I get the start and end of the ELRTTLRR section? LLD doesn't seem to emit that info, nor does it define a __start_ELRTTLRR/__stop_ELRTTLRR section? > > This could well be a missing feature in the wasm lld port. There are > some features we have not yet added, mostly because they have not yet > been required. Would you mind filing a bug report and assigning to > me? > > cheers, > sam > > > > _______________________________________________ > > LLVM Developers mailing list > > llvm-dev at lists.llvm.org > > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >