[all-commits] [llvm/llvm-project] de7fdc: Revert "[libc][NFC] Remove __support/bit.h and use...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Dec 5 02:25:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de7fdc5b54c229f05ddacc33a49203762cdb5f66
https://github.com/llvm/llvm-project/commit/de7fdc5b54c229f05ddacc33a49203762cdb5f66
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-12-05 (Tue, 05 Dec 2023)
Changed paths:
M libc/src/__support/CMakeLists.txt
M libc/src/__support/FPUtil/CMakeLists.txt
M libc/src/__support/FPUtil/FPBits.h
M libc/src/__support/FPUtil/Hypot.h
M libc/src/__support/FPUtil/generic/CMakeLists.txt
M libc/src/__support/FPUtil/generic/FMA.h
M libc/src/__support/FPUtil/generic/FMod.h
M libc/src/__support/FPUtil/generic/sqrt.h
M libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
M libc/src/__support/HashTable/CMakeLists.txt
M libc/src/__support/HashTable/bitmask.h
M libc/src/__support/HashTable/table.h
M libc/src/__support/UInt.h
A libc/src/__support/bit.h
M libc/src/__support/hash.h
M libc/src/__support/integer_utils.h
M libc/src/__support/memory_size.h
M libc/src/__support/str_to_float.h
M libc/src/math/generic/CMakeLists.txt
M libc/src/math/generic/powf.cpp
M libc/src/string/memory_utils/op_builtin.h
M libc/src/string/memory_utils/utils.h
M libc/test/src/__support/CMakeLists.txt
M libc/test/src/__support/HashTable/table_test.cpp
A libc/test/src/__support/bit_test.cpp
M libc/test/src/__support/memory_size_test.cpp
M libc/test/src/search/hsearch_test.cpp
M libc/test/src/string/memory_utils/utils_test.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/test/src/__support/BUILD.bazel
M utils/bazel/llvm-project-overlay/libc/test/src/math/libc_math_test_rules.bzl
Log Message:
-----------
Revert "[libc][NFC] Remove __support/bit.h and use __support/CPP/bit.h instead" (#74444)
Reverts llvm/llvm-project#73939
This broke libc-aarch64-ubuntu build bot
https://lab.llvm.org/buildbot/#/builders/138/builds/56186
More information about the All-commits
mailing list