[libc-commits] [libc] [libc] Fix all imports of src/string/memory_utils (PR #114939)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Mon Nov 11 09:29:57 PST 2024


================
@@ -8,8 +8,7 @@
 #ifndef LIBC_SRC_STRING_MEMORY_UTILS_AARCH64_INLINE_BCMP_H
 #define LIBC_SRC_STRING_MEMORY_UTILS_AARCH64_INLINE_BCMP_H
 
-#include "src/__support/macros/attributes.h"   // LIBC_INLINE
----------------
nickdesaulniers wrote:

This file uses `LIBC_INLINE` (L22).

https://github.com/llvm/llvm-project/pull/114939


More information about the libc-commits mailing list