diff options
author | John Demme <john.demme@microsoft.com> | 2021-07-15 19:03:48 -0700 |
---|---|---|
committer | John Demme <john.demme@microsoft.com> | 2021-07-15 19:39:03 -0700 |
commit | b4c93ece8e4f6e98a15daca10c8a3db33cf8c195 (patch) | |
tree | 2029314f1156239954ae10c5eb6748a303fdfc14 /llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp | |
parent | b1ffa8fc61a72f9bd0abc0ab8e61fbad31161eca (diff) | |
download | llvm-b4c93ece8e4f6e98a15daca10c8a3db33cf8c195.zip llvm-b4c93ece8e4f6e98a15daca10c8a3db33cf8c195.tar.gz llvm-b4c93ece8e4f6e98a15daca10c8a3db33cf8c195.tar.bz2 |
[MLIR] [Python ODS] Use @builtins.property for cases where 'property' is already defined
In cases where an operation has an argument or result named 'property', the
ODS-generated python fails on import because the `@property` resolves to the
`property` operation argument instead of the builtin `@property` decorator. We
should always use the fully qualified decorator name.
Reviewed By: mikeurbach
Differential Revision: https://reviews.llvm.org/D106106
Diffstat (limited to 'llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp')
0 files changed, 0 insertions, 0 deletions