MCPcopy Index your code
hub / github.com/nodejs/node / get_llvm_version

Function get_llvm_version

configure.py:1396–1398  ·  view source on GitHub ↗
(cc)

Source from the content-addressed store, hash-verified

1394 return match.group(1) if match else '0.0'
1395
1396def get_llvm_version(cc):
1397 return get_version_helper(
1398 cc, r"(^(?:.+ )?clang version|based on LLVM) ([0-9]+\.[0-9]+)")
1399
1400def get_xcode_version(cc):
1401 return get_version_helper(

Callers 1

check_compilerFunction · 0.85

Calls 1

get_version_helperFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…