[all-commits] [llvm/llvm-project] 2d723d: [mlir] Avoid the use of auto in templates to fix M...

River Riddle via All-commits all-commits at lists.llvm.org
Mon Mar 16 13:59:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2d723d4ad51c1e369810b543e1ac9ac1dfe0bfc8
      https://github.com/llvm/llvm-project/commit/2d723d4ad51c1e369810b543e1ac9ac1dfe0bfc8
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-03-16 (Mon, 16 Mar 2020)

  Changed paths:
    M mlir/tools/mlir-tblgen/DialectGen.cpp

  Log Message:
  -----------
  [mlir] Avoid the use of auto in templates to fix MSVC build

MSVC is unable to deduce template types when the type involves auto.




More information about the All-commits mailing list