Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/MC/MCParser/WasmAsmParser.cpp | ||
---|---|---|
163 ↗ | (On Diff #207115) | Can you explain why this code is not needed and the commend isn't needed anymore? |
lib/MC/MCParser/WasmAsmParser.cpp | ||
---|---|---|
163 ↗ | (On Diff #207115) | The section type parsing was actually duplicated code: the exact same thing is done by the StringSwitch above. The "just ignore this section" is turned into an error, that was originally not an error just to get things going, but now I want to be more exact about our error checking and what we support. |