-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Open
Labels
good first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributelibc
Description
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:
- go through the flags in
config.json - For each flag, check what copt it defines
- If that copt doesn't start with
LIBC_COPT_, rename it so it does. - Make sure the flag is renamed everywhere it's used in code, cmake, and bazel.
Metadata
Metadata
Assignees
Labels
good first issuehttps://github.com/llvm/llvm-project/contributehttps://github.com/llvm/llvm-project/contributelibc