[all-commits] [llvm/llvm-project] 32e200: [NFC][llvm][support] rename INFINITY in regcomp (#...
David Tenty via All-commits
all-commits at lists.llvm.org
Sat Aug 10 03:13:51 PDT 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 32e20009d1943e2f6cd6f55c6ec6a23dcd094337
https://github.com/llvm/llvm-project/commit/32e20009d1943e2f6cd6f55c6ec6a23dcd094337
Author: David Tenty <daltenty at ibm.com>
Date: 2024-08-10 (Sat, 10 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.
(cherry picked from commit 899f648866affd011baae627752ba15baabc2ef9)
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