Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The WebAssembly linker now creates a dummy function at index 0 to prevent miscomparisons with the NULL pointer, see https://github.com/WebAssembly/binaryen/pull/658. Thanks to pcc for pointing out this problem!
Comment Actions
Actually, I'm getting lit test failures with this patch (the changed parts of function.ll and function-ext.ll). Does that reproduce for you?