[WebAssembly] Fix split-dwarf not emitting DW_OP_WASM_location correctly
It was using the regular path for target indices that uses uleb, but TI_GLOBAL_RELOC needs to be uint32_t. Introduced here: https://reviews.llvm.org/D85685 Fixes: https://github.com/emscripten-core/emscripten/issues/13240 Differential Revision: https://reviews.llvm.org/D97564
Loading
Please sign in to comment