[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
Mon Feb 13 07:17:01 PST 2023


gchatelet created this revision.
gchatelet added reviewers: lntue, sivachandra, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
gchatelet requested review of this revision.

Rename preprocessor definitions that control tuning of llvm libc.


Repository:
  rG LLVM Github Monorepo

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.496968.patch
Type: text/x-patch
Size: 30952 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230213/9858b0e8/attachment-0001.bin>


More information about the libc-commits mailing list