[all-commits] [llvm/llvm-project] 012637: [WebAssembly] Use location of operand for operand-...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Wed Mar 23 01:52:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 012637514ceba3ed419faea15b2a2d39f81e0558
https://github.com/llvm/llvm-project/commit/012637514ceba3ed419faea15b2a2d39f81e0558
Author: Alex Bradbury <asb at igalia.com>
Date: 2022-03-23 (Wed, 23 Mar 2022)
Changed paths:
M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.cpp
M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmTypeCheck.h
M llvm/test/MC/WebAssembly/type-checker-errors.s
Log Message:
-----------
[WebAssembly] Use location of operand for operand-based type check errors
This addresses a series of FIXMEs introduced in D122020.
A follow-up patch (D122128) addresses the bug that is exposed by this
change (an issue with source location information when lexing
identifiers).
Differential Revision: https://reviews.llvm.org/D122127
More information about the All-commits
mailing list