- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for convert_version_to_int (0.12 sec)
-
configure.py
# Get the linker version ld_version = run_shell([gcc_env, '-Wl,-version']).split() ld_version_int = convert_version_to_int(ld_version[3]) if ld_version_int is None: ld_version_int = convert_version_to_int(ld_version[4]) # Enable if 'ld' version >= 2.35 if ld_version_int >= 2035000: write_to_bazelrc(
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Oct 02 22:16:02 UTC 2024 - 48.2K bytes - Viewed (0)