[libc-commits] [libc] [libc] Replace relative includes with absolute paths in attributes.h (PR #179649)
via libc-commits
libc-commits at lists.llvm.org
Wed Feb 4 09:31:36 PST 2026
MetalInMyVeins wrote:
The other macros headers (config.h, null_check.h, optimization.h, sanitizer.h) include necessary headers using absolute path unlike attributes.h which follows a relative path. So I thought changing its include to absolute path would maintain consistency.
https://github.com/llvm/llvm-project/pull/179649
More information about the libc-commits
mailing list