[all-commits] [llvm/llvm-project] 88d172: [sanitizer] Fix suffix-log-path_test.c on arm-linu...
Adhemerval Zanella via All-commits
all-commits at lists.llvm.org
Thu Feb 11 09:26:35 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 88d1724d9b5615fd2e7acf808aac69eeadf7eae7
https://github.com/llvm/llvm-project/commit/88d1724d9b5615fd2e7acf808aac69eeadf7eae7
Author: Adhemerval Zanella <adhemerval.zanella at linaro.org>
Date: 2021-02-11 (Thu, 11 Feb 2021)
Changed paths:
M compiler-rt/test/lsan/TestCases/Linux/cleanup_in_tsd_destructor.c
M compiler-rt/test/lsan/TestCases/Linux/use_tls_pthread_specific_dynamic.cpp
M compiler-rt/test/lsan/TestCases/disabler.c
M compiler-rt/test/lsan/TestCases/do_leak_check_override.cpp
M compiler-rt/test/lsan/TestCases/ignore_object.c
M compiler-rt/test/lsan/TestCases/use_after_return.cpp
M compiler-rt/test/sanitizer_common/CMakeLists.txt
Log Message:
-----------
[sanitizer] Fix suffix-log-path_test.c on arm-linux-gnu
The recent suffix-log-path_test.c checks for a full stacktrace and
since on some arm-linux-gnu configuration the slow unwinder is used
on default (when the compiler emits thumb code as default), it
requires -funwind-tables on tests.
It also seems to fix the issues disable by d025df3c1de.
Reviewed By: ostannard
Differential Revision: https://reviews.llvm.org/D96337
More information about the All-commits
mailing list