Skip to content

Commit 467b3d0

Browse files
committed
[mlir] Apply ClangTidyLegacy finding (NFC)
virtual is redundant since the function is already declared override.
1 parent 2b7509e commit 467b3d0

File tree

1 file changed

+1
-1
lines changed
  • mlir/include/mlir/Target/LLVM/NVVM

1 file changed

+1
-1
lines changed

mlir/include/mlir/Target/LLVM/NVVM/Utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class SerializeGPUModuleBase : public LLVM::ModuleToObject {
5555
LogicalResult appendStandardLibs();
5656

5757
/// Loads the bitcode files in `librariesToLink`.
58-
virtual std::optional<SmallVector<std::unique_ptr<llvm::Module>>>
58+
std::optional<SmallVector<std::unique_ptr<llvm::Module>>>
5959
loadBitcodeFiles(llvm::Module &module) override;
6060

6161
protected:

0 commit comments

Comments
 (0)