We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7509e commit 467b3d0Copy full SHA for 467b3d0
mlir/include/mlir/Target/LLVM/NVVM/Utils.h
@@ -55,7 +55,7 @@ class SerializeGPUModuleBase : public LLVM::ModuleToObject {
55
LogicalResult appendStandardLibs();
56
57
/// Loads the bitcode files in `librariesToLink`.
58
- virtual std::optional<SmallVector<std::unique_ptr<llvm::Module>>>
+ std::optional<SmallVector<std::unique_ptr<llvm::Module>>>
59
loadBitcodeFiles(llvm::Module &module) override;
60
61
protected:
0 commit comments