[all-commits] [llvm/llvm-project] 48ee6b: [mlir] Fix -Wunused-function in TransformInterpret...
Jie Fu (傅杰) via All-commits
all-commits at lists.llvm.org
Fri Oct 6 06:03:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 48ee6bf563924e2b4b620ed4c53b2d9f476f392c
https://github.com/llvm/llvm-project/commit/48ee6bf563924e2b4b620ed4c53b2d9f476f392c
Author: Jie Fu <jiefu at tencent.com>
Date: 2023-10-06 (Fri, 06 Oct 2023)
Changed paths:
M mlir/lib/Dialect/Transform/Transforms/TransformInterpreterPassBase.cpp
Log Message:
-----------
[mlir] Fix -Wunused-function in TransformInterpreterPassBase.cpp (NFC)
/llvm-project/mlir/lib/Dialect/Transform/Transforms/TransformInterpreterPassBase.cpp:167:1: error: unused function 'saveReproToTempFile' [-Werror,-Wunused-function]
saveReproToTempFile(llvm::raw_ostream &os, Operation *target,
^
1 error generated.
More information about the All-commits
mailing list