diff options
author | Benjamin Maxwell <benjamin.maxwell@arm.com> | 2023-10-13 10:22:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-13 10:22:05 +0100 |
commit | f54dc7b3936f1bd751db710cfc2fec1652159a3f (patch) | |
tree | 98211db52a1260801321d57d456a2c7ab64c6da1 /lldb/source/Commands/CommandObjectExpression.cpp | |
parent | 92e751d426dbc17607bc8f552325fc659f4d0f66 (diff) | |
download | llvm-f54dc7b3936f1bd751db710cfc2fec1652159a3f.zip llvm-f54dc7b3936f1bd751db710cfc2fec1652159a3f.tar.gz llvm-f54dc7b3936f1bd751db710cfc2fec1652159a3f.tar.bz2 |
[mlir][ODS] Omit printing default-valued attributes in oilists (#68880)
This makes these match the behaviour of optional attributes (which are
omitted when they are their default value of none). This allows for
concise assembly formats without a custom printer.
An extra print of " " is also removed, this does change any existing
uses of oilists, but if the parameter before the oilist is optional,
that would previously add an extra space.
This #68694 + some fixes for the MLIR Python tests, unfortunately GitHub
does not allow re-opening PRs :confused:
Diffstat (limited to 'lldb/source/Commands/CommandObjectExpression.cpp')
0 files changed, 0 insertions, 0 deletions