diff options
| author | Uday Bondhugula <uday@polymagelabs.com> | 2022-08-11 05:56:17 +0530 |
|---|---|---|
| committer | Uday Bondhugula <uday@polymagelabs.com> | 2022-08-11 05:58:38 +0530 |
| commit | 82973067acb1b92de1e0176b8407c65f152c320a (patch) | |
| tree | 25f8990c21bd656a6cbb154ef34ee1bd605587b9 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 3c24fae3986aea9a920025c87d0feb3d03c6e876 (diff) | |
[MLIR] Fix build breakage due to 5c5af910fefbea943a11452b63e2424e5f823470
Fix build breakage due to 5c5af910fefbea943a11452b63e2424e5f823470.
```commit 5c5af910fefbea943a11452b63e2424e5f823470
Author: Jeff Niu <jeff@modular.com>
Date: Tue Aug 9 22:07:35 2022 -0400
[mlir][LLVMIR] "Modernize" Insert/ExtractValueOp ```
results in
```lib/Conversion/LLVMCommon/MemRefBuilder.cpp:170:70: error: call of overloaded ‘makeArrayRef<int64_t>(<brace-enclosed initializer list>)’ is ambiguous
llvm::makeArrayRef<int64_t>({kStridePosInMemRefDescriptor,
pos}));
llvm/include/llvm/ADT/ArrayRef.h:505:15: note: candidate: ‘llvm::ArrayRef<T> llvm::makeArrayRef(const std::vector<T>&) [with T = long int]’
ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) {
^~~~~~~~~~~~
llvm/include/llvm/ADT/ArrayRef.h:516:37: note: candidate: ‘llvm::ArrayRef<T> llvm::makeArrayRef(const llvm::ArrayRef<T>&) [with T = long int]’
template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) {
^
Differential Revision: https://reviews.llvm.org/D131637
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
