https://bugs.llvm.org/show_bug.cgi?id=39442

            Bug ID: 39442
           Summary: Assembly and object parser don't error out when block
                    markers mismatch
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: WebAssembly
          Assignee: unassignedb...@nondot.org
          Reporter: ahee...@gmail.com
                CC: llvm-bugs@lists.llvm.org

It wouldn't give an error in case block (and other markers such as loop, try)
and end markers mismatch. For example,
```
block
end_block
end_block
```

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to