[all-commits] [llvm/llvm-project] 70e6ed: Add '#include <functional>` to PassManager.h.
Alexander Belyaev via All-commits
all-commits at lists.llvm.org
Thu Feb 13 05:43:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 70e6ed1db709584c6f0ca5f2c7904c74c962dec7
https://github.com/llvm/llvm-project/commit/70e6ed1db709584c6f0ca5f2c7904c74c962dec7
Author: Alexander Belyaev <pifon at google.com>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
M mlir/include/mlir/Pass/PassManager.h
Log Message:
-----------
Add '#include <functional>` to PassManager.h.
Summary:
On some platforms the build fails "std::function is not found". The include is used in
PassManager::IRPrinterConfig::enableIRPrinting.
Differential Revision: https://reviews.llvm.org/D74469
More information about the All-commits
mailing list