llvm-project/llvm/lib/Target/WebAssembly/AsmParser
Sam Clegg be758cd4a3 [WebAssembly][MC] Fix missing `else` after `return` due to type checker bug
Once we are in the `Unreachable` we want to disable type checking, but
we were unconditionally returning `true` here which means we encountered
and error.  Instead we unconditionally return false to signal no error.

Fixes: https://github.com/llvm/llvm-project/issues/56935

Differential Revision: https://reviews.llvm.org/D135195
2022-10-04 16:43:22 -07:00
..
CMakeLists.txt
WebAssemblyAsmParser.cpp [MC][WebAssembly] Allow accurate errors in doBeforeLabelEmit 2022-09-01 01:26:33 -07:00
WebAssemblyAsmTypeCheck.cpp [WebAssembly][MC] Fix missing `else` after `return` due to type checker bug 2022-10-04 16:43:22 -07:00
WebAssemblyAsmTypeCheck.h [WebAssembly] Implement ref.is_null MC layer support and codegen 2022-05-13 07:08:10 +01:00