Home
last modified time | relevance | path

Searched refs:absPath (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp167 SmallString<256> absPath(libPath.begin(), libPath.end()); in compileAndExecute() local
168 cantFail(llvm::errorCodeToError(llvm::sys::fs::make_absolute(absPath))); in compileAndExecute()
169 return absPath; in compileAndExecute()