[all-commits] [llvm/llvm-project] 037804: [mlir][Pass] Fix parsePassPipeline error stream
rk via All-commits
all-commits at lists.llvm.org
Fri Oct 21 11:26:35 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 037804ddb3960c269f50e04dfbb67f4b7bfe7ba2
https://github.com/llvm/llvm-project/commit/037804ddb3960c269f50e04dfbb67f4b7bfe7ba2
Author: rkayaith <rkayaith at gmail.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M mlir/lib/Pass/PassRegistry.cpp
Log Message:
-----------
[mlir][Pass] Fix parsePassPipeline error stream
The error stream isn't being propagated properly, causing some output to
be sent to stderr even when a different stream is given.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D136414
More information about the All-commits
mailing list