[mlir] use raw function pointer instead of std::function
authorAlex Zinenko <zinenko@google.com>
Tue, 11 Oct 2022 10:55:51 +0000 (10:55 +0000)
committerAlex Zinenko <zinenko@google.com>
Tue, 11 Oct 2022 10:56:31 +0000 (10:56 +0000)
commita609f564b7b63897d05291e64e6e9813bbf382dd
tree939f0ba52802bab60b6e49a5a4c404939c14740b
parent6547565e7bdcd9c3f683ad196b62d08c7061fdf1
[mlir] use raw function pointer instead of std::function

Accessing the target of std::function apparently requires RTTI, use a
raw pointer instead.
mlir/include/mlir/Dialect/Transform/IR/TransformDialect.h
mlir/include/mlir/Dialect/Transform/IR/TransformDialect.td