llvm/llvm-project

[libc] Clean up copt naming

開放

#133,505 建立於 2025年3月28日

 (6 則留言) (0 個反應) (1 位負責人)C++ (10,782 個分叉)batch import
good first issuelibc

倉庫指標

星標
 (26,378 顆星)
PR 合併指標
 (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.

貢獻者指南