[llvm-dev] Get begin/end of section of lld/wasm

Sam Clegg via llvm-dev llvm-dev at lists.llvm.org
Fri Apr 19 14:50:24 PDT 2019


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


More information about the llvm-dev mailing list