MCPcopy Create free account
hub / github.com/WAVM/WAVM / detect_toolchains

Function detect_toolchains

Build/lib/toolchain.py:235–357  ·  view source on GitHub ↗

Detect all available compiler-linker toolchains on this system. Each compiler gets a PRIMARY toolchain (its preferred/default linker) and optionally SECONDARY toolchains for alternative linkers (e.g. clang with the system default linker, AppleClang with WAVM-LLVM lld, gcc with gold).

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

get_primary_toolchainFunction · 0.85

Calls 6

get_msvc_major_versionFunction · 0.85
CMakeVarArgClass · 0.85
ToolchainClass · 0.85
is_command_availableFunction · 0.85
get_host_archFunction · 0.85

Tested by

no test coverage detected