Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Deferred (0.16 sec)

  1. configure.py

          check_success=os.path.exists,
          resolve_symlinks=True,
          error_msg=(
              'Invalid clang path. %s cannot be found. Note that Clang is now'
              'preferred compiler. You may use MSVC by removing --config=win_clang'
          ),
      )
    
      write_action_env_to_bazelrc('CLANG_COMPILER_PATH', clang_compiler_path)
      write_to_bazelrc(f'build --repo_env=CC="{clang_compiler_path}"')
    Python
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 18:25:36 GMT 2024
    - 53.8K bytes
    - Viewed (1)
Back to top