llvm/compiler-rt
David Spickett 11ad9e31eb [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
2021-06-09 08:50:21 +00:00
..
cmake Revert "[scudo] Build scudo_standalone on Android and Fuchsia." 2021-05-26 16:52:13 -07:00
docs
include [dfsan] Add full fast8 support 2021-06-07 17:20:54 -07:00
lib Prevent generation of dependency on _cxa_guard for static initialization 2021-06-09 09:38:59 +02:00
test [compiler-rt] Mark symbolize_stack_fp test unsupported on Arm Thumb 2021-06-09 08:50:21 +00:00
tools
unittests [sanitizer] Use COMPILER_RT_EMULATOR with gtests 2021-04-25 15:41:13 -07:00
utils
www
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
.gitignore
CMakeLists.txt [sanitizer] Android ELF TLS is supported from Q (API 29) 2021-05-27 14:53:49 -07:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================