Skip to content

Commit

Permalink
Merge pull request #272 from fhanau:felix/clang-cl-masm-revert
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696878198
Change-Id: Ib50f61a9c0e5d56b049d25a913bf7ada3ee81ba7
  • Loading branch information
copybara-github committed Nov 15, 2024
2 parents fe7ca63 + c5a0333 commit a0e347f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cc/private/toolchain/windows_cc_configure.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -827,8 +827,7 @@ def _get_clang_cl_vars(repository_ctx, paths, msvc_vars, target_arch):
"%{clang_cl_cl_path_" + target_arch + "}": clang_cl_path,
"%{clang_cl_link_path_" + target_arch + "}": lld_link_path,
"%{clang_cl_lib_path_" + target_arch + "}": llvm_lib_path,
# clang-cl does not support assembly files as input.
"%{clang_cl_ml_path_" + target_arch + "}": msvc_vars["%{msvc_ml_path_" + target_arch + "}"],
"%{clang_cl_ml_path_" + target_arch + "}": clang_cl_path,
# LLVM's lld-link.exe doesn't support /DEBUG:FASTLINK.
"%{clang_cl_dbg_mode_debug_flag_" + target_arch + "}": "/DEBUG",
"%{clang_cl_fastbuild_mode_debug_flag_" + target_arch + "}": "/DEBUG",
Expand Down

0 comments on commit a0e347f

Please sign in to comment.