[PATCH] D96337: [sanitizer] Fix suffix-log-path_test.c on arm-linux-gnu

Adhemerval Zanella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 06:20:44 PST 2021


zatrazz created this revision.
zatrazz added reviewers: kcc, eugenis, alekseyshl, dvyukov.
Herald added subscribers: kristof.beyls, mgorny.
zatrazz requested review of this revision.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.

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 <https://reviews.llvm.org/rGd025df3c1decf125c73c488b62bafc78a500a5c5>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96337

Files:
  compiler-rt/test/lsan/TestCases/Linux/cleanup_in_tsd_destructor.c
  compiler-rt/test/lsan/TestCases/Linux/use_tls_pthread_specific_dynamic.cpp
  compiler-rt/test/lsan/TestCases/disabler.c
  compiler-rt/test/lsan/TestCases/do_leak_check_override.cpp
  compiler-rt/test/lsan/TestCases/ignore_object.c
  compiler-rt/test/lsan/TestCases/use_after_return.cpp
  compiler-rt/test/sanitizer_common/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96337.322373.patch
Type: text/x-patch
Size: 4477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210209/a79301ed/attachment.bin>


More information about the llvm-commits mailing list