[all-commits] [llvm/llvm-project] 899f64: [NFC][llvm][support] rename INFINITY in regcomp (#...
David Tenty via All-commits
all-commits at lists.llvm.org
Thu Aug 8 08:16:40 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 899f648866affd011baae627752ba15baabc2ef9
https://github.com/llvm/llvm-project/commit/899f648866affd011baae627752ba15baabc2ef9
Author: David Tenty <daltenty at ibm.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M llvm/lib/Support/regcomp.c
Log Message:
-----------
[NFC][llvm][support] rename INFINITY in regcomp (#101758)
since C23 this macro is defined by float.h, which clang implements in
it's float.h since #96659 landed.
However, regcomp.c in LLVMSupport happened to define it's own macro with
that name, leading to problems when bootstrapping. This change renames
the offending macro.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list