[all-commits] [llvm/llvm-project] 82c18d: [mlir] Fix DialectRegistry::addExtension compile e...

ftynse via All-commits all-commits at lists.llvm.org
Wed Apr 6 04:00:47 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 82c18dd9add0fa96ac95256fd1b0b1202f9f56dd
      https://github.com/llvm/llvm-project/commit/82c18dd9add0fa96ac95256fd1b0b1202f9f56dd
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M mlir/include/mlir/IR/DialectRegistry.h

  Log Message:
  -----------
  [mlir] Fix DialectRegistry::addExtension compile error

It appears that the DialectRegistry::addExtension template was never
instantiated because it contains an obvious compilation error. Fix it.

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D123199




More information about the All-commits mailing list