Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.4.0] Fix ml path for Windows clang-cl cc toolchain #23406

Merged
merged 2 commits into from
Aug 28, 2024

Commits on Aug 22, 2024

  1. Fix ml path for Windows clang-cl cc toolchain

    Assembly files are not valid inputs for `clang-cl.exe`; the MSVC `ml64.exe` must be used instead.
    
    Fixes bazelbuild#23128.
    
    Closes bazelbuild#23337.
    
    PiperOrigin-RevId: 666406544
    Change-Id: Ia7a5fc4702f08a5754145ca286c079d1a4f0e204
    michaelsiegrist authored and iancha1992 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    bbc4e22 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Clean up

    iancha1992 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    1a55e1c View commit details
    Browse the repository at this point in the history