diff options
author | Jie Fu <jiefu@tencent.com> | 2023-08-18 07:13:48 +0800 |
---|---|---|
committer | Jie Fu <jiefu@tencent.com> | 2023-08-18 07:13:48 +0800 |
commit | c730c6271553d335b26a42d55f6ce4f59bff2a89 (patch) | |
tree | 6b354c0989da12ac29ed19f53bc70810fb541497 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | e3a79503a30f8c9d8fba79f3e5427bb895f320cf (diff) | |
download | llvm-c730c6271553d335b26a42d55f6ce4f59bff2a89.zip llvm-c730c6271553d335b26a42d55f6ce4f59bff2a89.tar.gz llvm-c730c6271553d335b26a42d55f6ce4f59bff2a89.tar.bz2 |
[mlir] Fix -Wctad-maybe-unsupported in MemRefUtils.cpp (NFC)
/Users/jiefu/llvm-project/mlir/lib/Dialect/MemRef/Utils/MemRefUtils.cpp:56:3: error: 'SmallVector' may not intend to support class template argument deduction [-Werror,-Wctad-maybe-unsupported]
SmallVector indicesVec = llvm::to_vector(indices);
^
/Users/jiefu/llvm-project/mlir/include/mlir/Support/LLVM.h:69:7: note: add a deduction guide to suppress this warning
class SmallVector;
^
1 error generated.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions