Skip to content

Cleanup toolchain wrapper files [IO-410] #158

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

Merged
merged 2 commits into from
Jul 4, 2025

Conversation

martin4861
Copy link
Contributor

#157 has some leftover cleanup tasks for the toolchain wrapper files.

The changes affect only the Bazel 7 bzl_mod build and a test PR is linked.

@martin4861 martin4861 requested a review from a team as a code owner July 4, 2025 07:18
@martin4861 martin4861 requested a review from Copilot July 4, 2025 07:25
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR cleans up leftover toolchain wrapper scripts by fixing a typo in the Bazel flag and normalizing path quoting for bzlmod support.

  • Correct --actionv_env to --action_env in all wrapper comments
  • Quote toolchain_bindir_as_bzlmod assignments to embed literal ~ sequences

Reviewed Changes

Copilot reviewed 24 out of 24 changed files in this pull request and generated no comments.

Show a summary per file
File Description
cc/toolchains/musl/x86_64/wrappers/wrapper Fix Bazel flag typo
cc/toolchains/musl/armhf/wrappers/wrapper Fix Bazel flag typo
cc/toolchains/musl/aarch64/wrappers/wrapper Fix Bazel flag typo
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-strip Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-ranlib Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-objdump Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-objcopy Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-nm Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-ld Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-gcov Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-gcc Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-g++ Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-cpp Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-clang Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-as Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/x86_64-w64-mingw32uwp-ar Fix flag typo & quote bzlmod path
cc/toolchains/llvm_x86_64_windows/wrappers/wrappers Fix flag typo & quote bzlmod path
cc/toolchains/llvm/x86_64-linux/wrappers/wrapper Fix Bazel flag typo
cc/toolchains/llvm/x86_64-darwin/wrappers/wrapper Fix Bazel flag typo
cc/toolchains/llvm/x86_64-aarch64-linux/wrappers/wrapper Fix Bazel flag typo
cc/toolchains/llvm/aarch64-linux/wrappers/wrapper Fix Bazel flag typo
cc/toolchains/llvm/aarch64-darwin/wrappers/wrapper Fix Bazel flag typo
cc/toolchains/gcc_arm_gnu_8_3/wrappers/wrapper Fix Bazel flag typo
cc/toolchains/gcc_arm_embedded/wrappers/wrapper Fix Bazel flag typo

@martin4861 martin4861 changed the title Cleanup toolchain wrapper files Cleanup toolchain wrapper files [IO-410] Jul 4, 2025
@martin4861 martin4861 merged commit ce26e5f into main Jul 4, 2025
1 check passed
@martin4861 martin4861 deleted the martin4861/cleanup-toolchain-files branch July 4, 2025 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants