[libc-commits] [libc] [libc] Remove obsolete LIBC_HAS_BUILTIN macro (PR #86554)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Mon Mar 25 13:38:17 PDT 2024
================
@@ -10,16 +10,16 @@
#define LLVM_LIBC_SRC_STRING_MEMORY_UTILS_GENERIC_BUILTIN_H
#include "src/__support/macros/attributes.h" // LIBC_INLINE
-#include "src/__support/macros/config.h" // LIBC_HAS_BUILTIN
----------------
nickdesaulniers wrote:
The changes in this PR allow us to remove the dependency on `libc.src.__support.macros.config` from `memory_utils` in libc/src/string/memory_utils/CMakeLists.txt and `:__support_macros_config` from `string_memory_utils` in utils/bazel/llvm-project-overlay/libc/BUILD.bazel.
https://github.com/llvm/llvm-project/pull/86554
More information about the libc-commits
mailing list