[all-commits] [llvm/llvm-project] 1db1a0: [mlir] Avoid pontentially ambiguous class name
Jean-Michel Gorius via All-commits
all-commits at lists.llvm.org
Tue Jun 23 12:25:05 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1db1a08ddae6174e0e0bf6f8a8404cef9091b68b
https://github.com/llvm/llvm-project/commit/1db1a08ddae6174e0e0bf6f8a8404cef9091b68b
Author: Jean-Michel Gorius <jean-michel.gorius at ens-rennes.fr>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M mlir/tools/mlir-tblgen/PassGen.cpp
Log Message:
-----------
[mlir] Avoid pontentially ambiguous class name
Summary: The Pass class exists in both the mlir and the llvm namespaces. Use the fully qualified class name to avoid any ambiguities.
Reviewers: rriddle
Reviewed By: rriddle
Subscribers: mehdi_amini, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, stephenneuendorffer, Joonsoo, grosul1, jurahul, msifontes
Tags: #mlir
Differential Revision: https://reviews.llvm.org/D82371
More information about the All-commits
mailing list