[all-commits] [llvm/llvm-project] a82b63: [mlir][DialectConversion] Forward capture callback...

River Riddle via All-commits all-commits at lists.llvm.org
Tue Feb 18 17:43:40 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a82b63a7411b34e0e6d4e96d4d2c2deaeb266e47
      https://github.com/llvm/llvm-project/commit/a82b63a7411b34e0e6d4e96d4d2c2deaeb266e47
  Author: River Riddle <riddleriver at gmail.com>
  Date:   2020-02-18 (Tue, 18 Feb 2020)

  Changed paths:
    M mlir/include/mlir/Transforms/DialectConversion.h

  Log Message:
  -----------
  [mlir][DialectConversion] Forward capture callback to fix build on older
GCC

Older GCC confuses the type of 'callback' after it gets captured, so
add a forward capture to move it properly.




More information about the All-commits mailing list