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

Krishna Pandey via libc-commits libc-commits at lists.llvm.org
Sun Jan 26 04:36:48 PST 2025


================
@@ -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
----------------
krishna2803 wrote:

isn't `LIBC_INLINE` supposed to be used from `src/__support/macros/attributes.h`  instead of `src/__support/macros/config.h`?

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


More information about the libc-commits mailing list