[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:57 PST 2023
Branch: refs/heads/users/vitalybuka/spr/nfcasan-inline-ensure_asan_inited-macro
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: 429c8c9b8849e11fa93e799ecd3b4e31223b3848
https://github.com/llvm/llvm-project/commit/429c8c9b8849e11fa93e799ecd3b4e31223b3848
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: 215a90b4e36a61d4b6658a1ce27f0ddb0a83bf1e
https://github.com/llvm/llvm-project/commit/215a90b4e36a61d4b6658a1ce27f0ddb0a83bf1e
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/2ff94365604b...215a90b4e36a
More information about the All-commits
mailing list