Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BAZEL_LLVM (0.13 sec)

  1. ci/devinfra/docker/windows/Dockerfile

    # Point to the LLVM installation.
    # The Bazel Windows guide claims it can find LLVM automatically,
    # but it likely only works if it's installed somewhere inside C:\Program Files.
    ENV BAZEL_LLVM "C:\tools\LLVM"
    
    # These variables may be useful, but so far haven't been. Keeping for posterity.
    # ENV CLANG_COMPILER_PATH "C:\tools\llvm\bin\clang.exe"
    # ENV CC "C:\tools\llvm\bin\clang.exe"
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Tue Aug 20 13:57:04 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top