[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
Tue Feb 4 08:49:03 PST 2025
================
@@ -150,6 +153,7 @@ add_header_library(
DEPENDS
libc.src.__support.common
libc.src.__support.macros.optimization
+ libc.src.__support.macros.properties.cpu_features
----------------
nickdesaulniers wrote:
This looks incorrect; libc/src/__support/FPUtil/PolyEval.h doesn't include src/__support/macros/properties/cpu_features.h like the others do; so this would introduce a false dependency. The rest LGTM, so just remove this then I think we should be good to go.
https://github.com/llvm/llvm-project/pull/114939
More information about the libc-commits
mailing list