[all-commits] [llvm/llvm-project] 8de239: [compiler-rt] Disabled tests and benchmarks for li...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Wed Dec 8 12:44:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8de23903e331fda4681c13ae7515f4a6a77567f3
https://github.com/llvm/llvm-project/commit/8de23903e331fda4681c13ae7515f4a6a77567f3
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M compiler-rt/cmake/Modules/CustomLibcxx/CMakeLists.txt
Log Message:
-----------
[compiler-rt] Disabled tests and benchmarks for libc++
We don't run tests or benchmarks from this build anyway.
Benchmarks in custom libc++ break my local build.
Reviewed By: ldionne
Differential Revision: https://reviews.llvm.org/D115375
Commit: 9b9ee34d0ef73d7da404095a8472ee46f67f7055
https://github.com/llvm/llvm-project/commit/9b9ee34d0ef73d7da404095a8472ee46f67f7055
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_common.h
M compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_platform.h
Log Message:
-----------
[NFC][sanitizer] Move/rename macro into sanitizer_platform.h
Folloup for D114934
Commit: 5c27740238007d22f2d0cd0ebe2aaffa90a9c92b
https://github.com/llvm/llvm-project/commit/5c27740238007d22f2d0cd0ebe2aaffa90a9c92b
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M compiler-rt/lib/asan/asan_rtl.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_allocator.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_common_libcdep.cpp
Log Message:
-----------
[asan] Run background thread for asan only on THUMB
As in D114934, or lsan crashes on the same bot.
Compare: https://github.com/llvm/llvm-project/compare/484a569eea7b...5c2774023800
More information about the All-commits
mailing list