[all-commits] [llvm/llvm-project] 11ad9e: [compiler-rt] Mark symbolize_stack_fp test unsuppo...
David Spickett via All-commits
all-commits at lists.llvm.org
Wed Jun 9 01:50:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 11ad9e31eb3b11d8996c31084c617245b5af1b87
https://github.com/llvm/llvm-project/commit/11ad9e31eb3b11d8996c31084c617245b5af1b87
Author: David Spickett <david.spickett at linaro.org>
Date: 2021-06-09 (Wed, 09 Jun 2021)
Changed paths:
M compiler-rt/test/sanitizer_common/TestCases/Linux/symbolize_stack_fp.cpp
M compiler-rt/test/sanitizer_common/lit.common.cfg.py
M compiler-rt/test/sanitizer_common/lit.site.cfg.py.in
Log Message:
-----------
[compiler-rt] Mark symbolize_stack_fp test unsupported on Arm Thumb
The new test `symbolize_stack_fp.cpp` added in
https://reviews.llvm.org/D102046 assumes that
we can fall back to the fast unwinder.
This is not the case for Thumb and the test is currently
failing on our v7 thumb bot:
https://lab.llvm.org/buildbot/#/builders/26/builds/2096
Skip the test if we're building for a Thumb target.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D103512
More information about the All-commits
mailing list