llvm/llvm-project

[libc] Clean up copt naming

Open

#133,505 创建于 2025年3月28日

在 GitHub 查看
 (6 评论) (0 反应) (1 负责人)C++ (10,782 fork)batch import
good first issuelibc

仓库指标

Star
 (26,378 star)
PR 合并指标
 (平均合并 1天 2小时) (30 天内合并 1,000 个 PR)

描述

Our code style document says all our compile flags set by the build system should start LIBC_COPT_ but not all of them do. We should update them to fit our naming scheme.

Steps to fix:

  1. go through the flags in config.json
  2. For each flag, check what copt it defines
  3. If that copt doesn't start with LIBC_COPT_, rename it so it does.
  4. Make sure the flag is renamed everywhere it's used in code, cmake, and bazel.

贡献者指南