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

Carlo Kok via llvm-dev llvm-dev at lists.llvm.org
Fri Apr 19 00:30:39 PDT 2019


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?


More information about the llvm-dev mailing list