[libc-commits] [PATCH] D143913: [libc][NFC] Make tuning macros start with LIBC_COPT_
Guillaume Chatelet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Feb 14 04:19:03 PST 2023
gchatelet updated this revision to Diff 497270.
gchatelet marked an inline comment as done.
gchatelet added a comment.
- rename LLVM_LIBC_IMPLEMENTATION_DEFINED_TEST_BEHAVIOR as well
- Scope str_to_float macros and add a warning
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143913/new/
https://reviews.llvm.org/D143913
Files:
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/memory_utils/memcpy_implementations.h
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143913.497270.patch
Type: text/x-patch
Size: 30402 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230214/bdbc1b4d/attachment-0001.bin>
More information about the libc-commits
mailing list