[all-commits] [llvm/llvm-project] f6615b: Update FIR registration to not rely on the global ...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sun Aug 23 14:25:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f6615b2ddb3d046cc7a99ec74ee032ea21a1d27a
https://github.com/llvm/llvm-project/commit/f6615b2ddb3d046cc7a99ec74ee032ea21a1d27a
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-08-23 (Sun, 23 Aug 2020)
Changed paths:
M flang/include/flang/Optimizer/Dialect/FIRDialect.h
M flang/tools/tco/tco.cpp
Log Message:
-----------
Update FIR registration to not rely on the global MLIR dialect registry (NFC)
MLIR is removing "soon" the global dialect registry, this patch is
transitionning FIR to not rely on it anymore.
More information about the All-commits
mailing list