[all-commits] [llvm/llvm-project] e89370: [mlir] Avoid GCC naming conflict.
Tobias Gysi via All-commits
all-commits at lists.llvm.org
Tue Jun 15 07:49:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e893708aac04ece90fd85681c289f1a3b09b52e5
https://github.com/llvm/llvm-project/commit/e893708aac04ece90fd85681c289f1a3b09b52e5
Author: Tobias Gysi <gysit at google.com>
Date: 2021-06-15 (Tue, 15 Jun 2021)
Changed paths:
M mlir/include/mlir/IR/Attributes.h
M mlir/include/mlir/IR/StorageUniquerSupport.h
M mlir/include/mlir/IR/Types.h
Log Message:
-----------
[mlir] Avoid GCC naming conflict.
Rename AbstractType to AbstractTy to avoid a GCC naming conflict after https://reviews.llvm.org/D104234.
Differential Revision: https://reviews.llvm.org/D104297
More information about the All-commits
mailing list