[all-commits] [llvm/llvm-project] d1fafa: [tsan] Relax stack trace check
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Tue Apr 28 23:57:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d1fafa40b8db022e8601c076aa2485a45365187e
https://github.com/llvm/llvm-project/commit/d1fafa40b8db022e8601c076aa2485a45365187e
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/Linux/aligned_alloc-alignment.cpp
M compiler-rt/test/sanitizer_common/TestCases/Linux/pvalloc-overflow.cpp
M compiler-rt/test/sanitizer_common/TestCases/Posix/posix_memalign-alignment.cpp
Log Message:
-----------
[tsan] Relax stack trace check
With GCC 8 stack is different.
Commit: efba642171c0f69db2f57562e35e5e5c91a6b7a4
https://github.com/llvm/llvm-project/commit/efba642171c0f69db2f57562e35e5e5c91a6b7a4
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M compiler-rt/test/hwasan/TestCases/Linux/aligned_alloc-alignment.cpp
M compiler-rt/test/hwasan/TestCases/Linux/pvalloc-overflow.cpp
M compiler-rt/test/hwasan/TestCases/Posix/posix_memalign-alignment.cpp
Log Message:
-----------
Revert "[tsan] Relax stack trace check"
Edited hwasan by mistake.
This reverts commit a3b942edc8074dce139bac0643b568f840d7a6a0.
Compare: https://github.com/llvm/llvm-project/compare/20df6038ee76...efba642171c0
More information about the All-commits
mailing list