[all-commits] [llvm/llvm-project] 6318dd: [mlir] Fix a warning
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Nov 26 20:41:13 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6318dd82732c583fcfa12fe5b8d837e048dbb571
https://github.com/llvm/llvm-project/commit/6318dd82732c583fcfa12fe5b8d837e048dbb571
Author: Kazu Hirata <kazu at google.com>
Date: 2023-11-26 (Sun, 26 Nov 2023)
Changed paths:
M mlir/lib/Pass/PassRegistry.cpp
Log Message:
-----------
[mlir] Fix a warning
This patch fixes:
mlir/lib/Pass/PassRegistry.cpp:376:37: error: ISO C++ requires the
name after '::~' to be found in the same scope as the name before
'::~' [-Werror,-Wdtor-name]
More information about the All-commits
mailing list