diff options
author | Marc Auberer <marc.auberer@chillibits.com> | 2024-03-27 17:22:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-27 17:22:41 +0100 |
commit | 77118536b52bf5256eed85f61451d0beb6cf5dc3 (patch) | |
tree | b8efeead01b5ef3f5002b0c6b1d7263d4bdc321d /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 78f0871beed002187e65cc1334087596e9c11043 (diff) | |
download | llvm-77118536b52bf5256eed85f61451d0beb6cf5dc3.zip llvm-77118536b52bf5256eed85f61451d0beb6cf5dc3.tar.gz llvm-77118536b52bf5256eed85f61451d0beb6cf5dc3.tar.bz2 |
[libc] Remove obsolete LIBC_HAS_BUILTIN macro (#86554)
Fixes #86546 and removes the macro `LIBC_HAS_BUILTIN`. This was
necessary to support older compilers that did not support
`__has_builtin`. All of the compilers we support already have this
builtin.
See: https://libc.llvm.org/compiler_support.html
All uses now use `__has_builtin` directly
cc @nickdesaulniers
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions