Skip to content

Commit 10d8f2b

Browse files
joker-ephmahesh-attarde
authored andcommitted
[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in JitRunner.cpp (NFC)
1 parent 9b0b90d commit 10d8f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/ExecutionEngine/JitRunner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Error checkCompatibleReturnType<float>(LLVM::LLVMFuncOp mainFunction) {
271271
return Error::success();
272272
}
273273
template <typename Type>
274-
Error compileAndExecuteSingleReturnFunction(
274+
static Error compileAndExecuteSingleReturnFunction(
275275
Options &options, Operation *module, StringRef entryPoint,
276276
CompileAndExecuteConfig config, std::unique_ptr<llvm::TargetMachine> tm) {
277277
auto mainFunction = dyn_cast_or_null<LLVM::LLVMFuncOp>(

0 commit comments

Comments
 (0)