MCPcopy Index your code
hub / github.com/apache/tvm / __get_min_os_version_cmd

Function __get_min_os_version_cmd

python/tvm/support/xcode.py:56–61  ·  view source on GitHub ↗
(sdk, min_os_version)

Source from the content-addressed store, hash-verified

54
55
56def __get_min_os_version_cmd(sdk, min_os_version):
57 if min_os_version is None:
58 min_os_version = __get_min_os_version(sdk)
59 if min_os_version is not None:
60 return "-mios-version-min=" + min_os_version
61 return ""
62
63
64def create_dylib(output, objects, arch, sdk="macosx", min_os_version=None):

Callers 2

create_dylibFunction · 0.85
compile_metalFunction · 0.85

Calls 1

__get_min_os_versionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…