[libc-commits] [libc] Fixes #86579 (PR #114939)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Tue Nov 5 08:43:58 PST 2024
https://github.com/nickdesaulniers commented:
ah, libc/src/__support/CMakeLists.txt the definition of the `common` header library (L54) is missing the dependency on config.h and attributes.h. It also falsely depends on endian.h, common.h, and cpu_features.h. That should get cleaned up in your PR.
Once that's cleaned up, then we can revisit changing the header source files.
https://github.com/llvm/llvm-project/pull/114939
More information about the libc-commits
mailing list