[all-commits] [llvm/llvm-project] 25a2ae: Revert "[libc] Add explicit constructor calls to f...
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Tue May 16 09:07:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 25a2aeb1908fd8a5fbd0fedcf53006bde92c1ae3
https://github.com/llvm/llvm-project/commit/25a2aeb1908fd8a5fbd0fedcf53006bde92c1ae3
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2023-05-16 (Tue, 16 May 2023)
Changed paths:
M libc/src/__support/FPUtil/generic/sqrt.h
M libc/src/__support/UInt.h
M libc/src/__support/float_to_string.h
M libc/src/__support/str_to_float.h
M libc/src/stdio/printf_core/char_converter.h
M libc/src/stdio/printf_core/float_dec_converter.h
M libc/src/stdio/printf_core/float_hex_converter.h
M libc/src/stdio/printf_core/float_inf_nan_converter.h
M libc/src/stdio/printf_core/int_converter.h
Log Message:
-----------
Revert "[libc] Add explicit constructor calls to fix compilation when using UInt<T>"
This reverts commit b663993067ffb5800632ad41ea7f2f92caab1093.
This caused a regression on aarch64:
https://lab.llvm.org/buildbot#builders/138/builds/43983
More information about the All-commits
mailing list