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

Function clang_tool_path

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

Source from the content-addressed store, hash-verified

463# Some distributions ship with multiple clang versions so they add
464# the version to the binaries, cope with that
465def clang_tool_path(tool):
466 return llvm_tool_path_with_suffix(tool, config.CLANG_ADD_VERSION)
467
468
469# In MINIMAL_RUNTIME mode, keep suffixes of generated files simple

Callers 1

shared.pyFile · 0.85

Calls 1

Tested by

no test coverage detected