Diff Detail
Diff Detail
Unit Tests
Unit Tests
Event Timeline
llvm/lib/MC/MCParser/WasmAsmParser.cpp | ||
---|---|---|
97 | Looking at how this works in ELF it looks like it just calls ELFAsmParser::ParseSectionSwitch which doesn't need a name at all. What happens if you just skip the name and call getWasmSection without a name? I think it should just find the default data section which is probably what we want. |
clang-format: please reformat the code