MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / llvm_tool_path

Function llvm_tool_path

tools/shared.py:459–460  ·  view source on GitHub ↗
(tool)

Source from the content-addressed store, hash-verified

457# Some distributions ship with multiple llvm versions so they add
458# the version to the binaries, cope with that
459def llvm_tool_path(tool):
460 return llvm_tool_path_with_suffix(tool, config.LLVM_ADD_VERSION)
461
462
463# Some distributions ship with multiple clang versions so they add

Callers 1

shared.pyFile · 0.85

Calls 1

Tested by

no test coverage detected