Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 34084 Build 34083: arc lint + arc unit
Event Timeline
lib/MC/MCParser/WasmAsmParser.cpp | ||
---|---|---|
163 | Can you explain why this code is not needed and the commend isn't needed anymore? |
lib/MC/MCParser/WasmAsmParser.cpp | ||
---|---|---|
163 | 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. |
Can you explain why this code is not needed and the commend isn't needed anymore?