projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5b7e3a
)
Fix build with some GCC version: `global qualification of class name is invalid befor...
author
Mehdi Amini
<joker.eph@gmail.com>
Tue, 28 Jun 2022 16:47:41 +0000
(16:47 +0000)
committer
Mehdi Amini
<joker.eph@gmail.com>
Tue, 28 Jun 2022 16:48:08 +0000
(16:48 +0000)
mlir/lib/IR/BuiltinAttributes.cpp
patch
|
blob
|
history
diff --git
a/mlir/lib/IR/BuiltinAttributes.cpp
b/mlir/lib/IR/BuiltinAttributes.cpp
index bf72d463975491849866a0c0bdd32a4e5191b944..35926522e080570644a133a4270b119af9efd59d 100644
(file)
--- a/
mlir/lib/IR/BuiltinAttributes.cpp
+++ b/
mlir/lib/IR/BuiltinAttributes.cpp
@@
-671,7
+671,7
@@
DenseElementsAttr::ComplexIntElementIterator::operator*() const {
/// Custom storage to ensure proper memory alignment for the allocation of
/// DenseArray of any element type.
-struct
::
mlir::detail::DenseArrayBaseAttrStorage : public AttributeStorage {
+struct mlir::detail::DenseArrayBaseAttrStorage : public AttributeStorage {
using KeyTy = std::tuple<ShapedType, DenseArrayBaseAttr::EltType,
::llvm::ArrayRef<char>>;
DenseArrayBaseAttrStorage(ShapedType type,