diff options
author | Kazu Hirata <kazu@google.com> | 2025-03-14 13:28:58 -0700 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2025-03-14 13:28:58 -0700 |
commit | 456963de9690a62d47c7a823cbc66c5a0f3d77d1 (patch) | |
tree | cbe662a446cc028115a06afa417bd1f0100b9db6 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 6ac63129b7ef3413c9f86b81e9d33a619f94f911 (diff) | |
download | llvm-456963de9690a62d47c7a823cbc66c5a0f3d77d1.zip llvm-456963de9690a62d47c7a823cbc66c5a0f3d77d1.tar.gz llvm-456963de9690a62d47c7a823cbc66c5a0f3d77d1.tar.bz2 |
[mlir] Fix warnings
This patch fixes:
mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp:54:3:
error: definition of implicit copy assignment operator for 'Layout'
is deprecated because it has a user-declared copy constructor
[-Werror,-Wdeprecated-copy]
mlir/lib/Dialect/XeGPU/Transforms/XeGPUSubgroupDistribute.cpp:103:3:
error: definition of implicit copy assignment operator for 'SGMap'
is deprecated because it has a user-declared copy constructor
[-Werror,-Wdeprecated-copy]
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions