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?
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
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.
I assigned it to sbc@chromium.org.