Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ld_version_int (0.07 seconds)

  1. configure.py

          ld_version_int = 0
          for i in range(len(ld_version)):
            ld_version_int = convert_version_to_int(ld_version[i])
            if ld_version_int is not None:
              break
    
          if ld_version_int is None:
            ld_version_int = 0
    
          # Enable if 'ld' version >= 2.35
          if ld_version_int >= 2035000:
            write_to_bazelrc(
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Fri Dec 19 16:32:04 GMT 2025
    - 48.3K bytes
    - Click Count (0)
Back to Top