[libc-commits] [libc] [llvm] [libc] Remove obsolete LIBC_HAS_BUILTIN macro (PR #86554)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Mon Mar 25 13:56:00 PDT 2024


jhuber6 wrote:

We could probably hack around this by putting this in the server if we want to do this patch. Think you could add this to the patch?
```
#ifndef __has_builtin
#define __has_builtin 0
#endif
```

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


More information about the libc-commits mailing list