[libc-commits] [libc] [libc] introduce shared compiler-rt builtins (PR #200094)
Jeff Bailey via libc-commits
libc-commits at lists.llvm.org
Thu Jun 11 05:22:31 PDT 2026
================
@@ -9,6 +9,12 @@
#ifndef LLVM_LIBC_MACROS_FLOAT_MACROS_H
#define LLVM_LIBC_MACROS_FLOAT_MACROS_H
+// __has_builtin is a Clang extension; GCC < 10 doesn't define it, which
----------------
kaladron wrote:
This doesn't come up again in the PR. Where is it used?
https://github.com/llvm/llvm-project/pull/200094
More information about the libc-commits
mailing list