[all-commits] [llvm/llvm-project] ed7337: [tblgen][directive] Fix clause parser generation f...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue Jun 27 11:09:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed7337506e29622e24da3abb305cd4f7e01da644
https://github.com/llvm/llvm-project/commit/ed7337506e29622e24da3abb305cd4f7e01da644
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-06-27 (Tue, 27 Jun 2023)
Changed paths:
M llvm/test/TableGen/directive1.td
M llvm/utils/TableGen/DirectiveEmitter.cpp
Log Message:
-----------
[tblgen][directive] Fix clause parser generation for list value
The clause parser generation was not taking into account the
`isValueList` flag. This patch updates the emitter to generate
the correct code.
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D153801
More information about the All-commits
mailing list