-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
Hi,
when building the release_18.x
branch with AOSP16 I noticed this error:
external/llvm-project/llvm/lib/Support/regcomp.c:281:9: error: 'INFINITY' macro redefined [-Werror,-Wmacro-redefined]
281 | #define INFINITY (DUPMAX + 1)
| ^
prebuilts/clang/host/linux-x86/clang-r547379/lib/clang/20/include/float.h:173:11: note: previous definition is here
173 | # define INFINITY (__builtin_inff())
| ^
1 error generated.
I see that this has been resolved in release_19.x
by commit 32e2000
Would it be possible to cherry-pick that in the release_18.x
branch?
Thanks, Antonio
Metadata
Metadata
Assignees
Labels
No labels