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 b90f60b commit 06c9e51Copy full SHA for 06c9e51
Tools/jit/_llvm.py
@@ -80,7 +80,7 @@ async def _find_tool(
80
) -> str | None:
81
# Explicitly defined LLVM installation location
82
if llvm_tools_install_dir:
83
- path = os.path.join(llvm_tools_install_dir, tool)
+ path = os.path.join(llvm_tools_install_dir, "bin", tool)
84
if await _check_tool_version(path, llvm_version, echo=echo):
85
return path
86
# Unversioned executables:
0 commit comments