Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DJitRunner.cpp173 SmallVector<StringRef, 4> executionEngineLibs; in compileAndExecute() local
189 executionEngineLibs.push_back(libPath); in compileAndExecute()
215 engineOptions.sharedLibPaths = executionEngineLibs; in compileAndExecute()