[libc-commits] [libc] [libc] Replace relative includes with absolute paths in attributes.h (PR #179649)

Muhammad Bassiouni via libc-commits libc-commits at lists.llvm.org
Wed Feb 4 09:32:47 PST 2026


bassiounix 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.

Is it required by any style guide line used in LLVM?

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


More information about the libc-commits mailing list