[all-commits] [llvm/llvm-project] fb23fa: [libc] Fix forward octal prefix (#73526)
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Nov 27 07:21:35 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fb23fabc190f528e09d85505c094666bb75fbf11
https://github.com/llvm/llvm-project/commit/fb23fabc190f528e09d85505c094666bb75fbf11
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M libc/src/__support/macros/properties/float.h
Log Message:
-----------
[libc] Fix forward octal prefix (#73526)
To fix failing build bots after :
https://github.com/llvm/llvm-project/pull/73372
```
/home/libc-buildbot/libc-aarch64-ubuntu/libc-aarch64-ubuntu-fullbuild-dbg/llvm-project/libc/src/__support/macros/properties/float.h:40:71: error: invalid digit '9' in octal constant
#if (defined(LIBC_COMPILER_CLANG_VER) && (LIBC_COMPILER_CLANG_VER >= 0900)) || \
```
More information about the All-commits
mailing list