Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is fine with me except for referring to gcc < 10. We do not officially support gcc < 12.2. This will not change unless of course someone comes in and first prepares the code base for gcc < 12.2, and then stands up a bot for it. I am not opposed to this change because we already have precedents in the code base checking for availability of __has_builtin. So, title your patch to something like, Use __has_builtin only if available.
libc/src/__support/CPP/type_traits.h | ||
---|---|---|
224 |
Use https://github.com/llvm/llvm-project/blob/main/libc/src/__support/macros/config.h.