[libc][NFC] Make tuning macros start with LIBC_COPT_
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 13 Feb 2023 14:52:26 +0000 (14:52 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Wed, 15 Feb 2023 10:00:16 +0000 (10:00 +0000)
commitc3228714cc0eec0cb9244922d713f495045e655d
tree0a87f9944ed2ea122d0fe0418babdf36d9e381f7
parentd64d5772b1ea85b6b382ca777b7e2f75ac8e50ac
[libc][NFC] Make tuning macros start with LIBC_COPT_

Rename preprocessor definitions that control tuning of llvm libc.

Differential Revision: https://reviews.llvm.org/D143913
25 files changed:
libc/cmake/modules/LLVMLibCObjectRules.cmake
libc/common_libc_tuners.cmake
libc/fuzzing/stdlib/CMakeLists.txt
libc/fuzzing/stdlib/strtointeger_differential_fuzz.cpp
libc/src/__support/common.h
libc/src/__support/str_to_float.h
libc/src/stdio/printf_core/converter.cpp
libc/src/stdio/printf_core/converter_atlas.h
libc/src/stdio/printf_core/parser.cpp
libc/src/stdio/printf_core/parser.h
libc/src/stdio/printf_core/printf_config.h
libc/src/stdio/scanf_core/converter.cpp
libc/src/stdio/scanf_core/parser.cpp
libc/src/stdio/scanf_core/parser.h
libc/src/stdio/scanf_core/scanf_config.h
libc/src/stdlib/atexit.cpp
libc/src/string/string_utils.h
libc/src/unistd/getopt.cpp
libc/test/UnitTest/FPExceptMatcher.h
libc/test/UnitTest/Test.h
libc/test/src/math/RoundToIntegerTest.h
libc/test/src/stdio/printf_core/parser_test.cpp
libc/test/src/stdio/scanf_core/parser_test.cpp
libc/test/src/stdio/sprintf_test.cpp
utils/bazel/llvm-project-overlay/libc/libc_build_rules.bzl