[all-commits] [llvm/llvm-project] c33e5d: [libc] Add the missing math_extras.h include (#74259)
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Mon Dec 4 11:12:53 PST 2023
Branch: refs/heads/users/vitalybuka/spr/nfcasan-replace-a-few-if-sanitizer_apple-with-if-sanitizer_apple
Home: https://github.com/llvm/llvm-project
Commit: c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694
https://github.com/llvm/llvm-project/commit/c33e5d59e5dd4f54c3f4cc00d1bedaf644fdb694
Author: Petr Hosek <phosek at google.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M libc/src/__support/CMakeLists.txt
M libc/src/__support/integer_utils.h
Log Message:
-----------
[libc] Add the missing math_extras.h include (#74259)
math_extras.h is used in integer_utils.h when building for 32-bit
platforms but the include is missing.
Commit: 606653091d1a66d1a83a1bfdea2883cc8d46687e
https://github.com/llvm/llvm-project/commit/606653091d1a66d1a83a1bfdea2883cc8d46687e
Author: Nick Desaulniers <nickdesaulniers at users.noreply.github.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/docs/dev/code_style.rst
Log Message:
-----------
[libc] build with -Werror (#73966)
A recent commit introduced warnings observable when building unit tests.
If the
unit tests don't fail when warnings are introduced into the build, then
we
might fail to notice them in the stream of output from check-libc.
Link: https://github.com/llvm/llvm-project/pull/72763/files#r1410932348
Commit: 5aa2f8c98cd7b05e4cb8b6c74db08cf417c2a1a6
https://github.com/llvm/llvm-project/commit/5aa2f8c98cd7b05e4cb8b6c74db08cf417c2a1a6
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M compiler-rt/lib/asan/asan_interceptors.cpp
M compiler-rt/lib/asan/asan_internal.h
M compiler-rt/lib/asan/asan_malloc_linux.cpp
M compiler-rt/lib/asan/asan_rtl.cpp
Log Message:
-----------
[NFC][ASAN] Replace AsanInitIsRunning with TryAsanInitFromRtl
Reviewers: zacklj89
Reviewed By: zacklj89
Pull Request: https://github.com/llvm/llvm-project/pull/74171
Commit: 0f109aba90c1388ebb9c17bde38bb46c01000f9f
https://github.com/llvm/llvm-project/commit/0f109aba90c1388ebb9c17bde38bb46c01000f9f
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/docs/dev/code_style.rst
M libc/src/__support/CMakeLists.txt
M libc/src/__support/integer_utils.h
Log Message:
-----------
[𝘀𝗽𝗿] changes introduced through rebase
Created using spr 1.3.4
[skip ci]
Commit: 9137088752aceea68ca18a5d8a72ca06eb5f2842
https://github.com/llvm/llvm-project/commit/9137088752aceea68ca18a5d8a72ca06eb5f2842
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCObjectRules.cmake
M libc/docs/dev/code_style.rst
M libc/src/__support/CMakeLists.txt
M libc/src/__support/integer_utils.h
Log Message:
-----------
rebase
Created using spr 1.3.4
Compare: https://github.com/llvm/llvm-project/compare/e3fd67465d47...9137088752ac
More information about the All-commits
mailing list