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

Use clang-cl assembler in clang-cl toolchain again #272

Merged
merged 1 commit into from
Nov 15, 2024

Commits on Nov 11, 2024

  1. Use clang-cl assembler in clang-cl toolchain again

    This essentially reverts bazelbuild/bazel#23337 now that the toolchain
    configuration has been moved here. clang-cl does support assembly just like
    other clang variants and unlike MASM supports assembly using native AT&T syntax
    as with regular clang. MSVC-style assembly requires using MASM, which continues
    to be available in the MSVC toolchain.
    
    This has previously been discussed in bazelbuild/bazel#24152 and reverted for
    Bazel 7.4.1 in bazelbuild/bazel#24211. Ideally, we'd want to have some mechanism
    to make assembler selection configurable and support several kinds of asm syntax
    in the future.
    fhanau committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c5a0333 View commit details
    Browse the repository at this point in the history