rules_cc/cc
Felix Hanau c5a0333261 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.
2024-11-11 15:00:01 -05:00
..
common Add testing for Bazel@HEAD and Bazel 6 2024-10-09 08:26:06 -07:00
compiler Merge pull request #198 from zaucy:emscripten-compiler 2024-10-30 04:49:48 -07:00
private Use clang-cl assembler in clang-cl toolchain again 2024-11-11 15:00:01 -05:00
proto
runfiles
toolchains Merge pull request #256 from fmeum:235-better-tool-map 2024-10-30 13:15:53 -07:00
BUILD Add testing for Bazel@HEAD and Bazel 6 2024-10-09 08:26:06 -07:00
action_names.bzl Sync cc toolchain from Bazel's tools/cpp 2024-10-03 09:32:38 -07:00
cc_binary.bzl No public description 2024-09-10 22:04:14 -07:00
cc_import.bzl
cc_library.bzl
cc_shared_library.bzl
cc_test.bzl No public description 2024-09-10 22:04:14 -07:00
cc_toolchain_config_lib.bzl
defs.bzl Copybara Merge: https://github.com/bazelbuild/rules_cc/pull/269 2024-11-07 05:14:59 -08:00
extensions.bzl Restore compatibility with Bazel 6 2024-10-11 18:23:48 +02:00
find_cc_toolchain.bzl No public description 2024-09-10 22:04:14 -07:00
objc_import.bzl
objc_library.bzl
repositories.bzl
system_library.bzl
toolchain_utils.bzl