mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 02:26:05 +00:00

Fixes the `FastUnwindTest` unit test for LoongArch. This change is similar to RISCV D90574. The following test cases pass after applying the patch: ``` $ ./runtimes/runtimes-bins/compiler-rt/lib/sanitizer_common/tests/Sanitizer-loongarch64-Test ... [ FAILED ] FastUnwindTest.Basic [ FAILED ] FastUnwindTest.FramePointerLoop [ FAILED ] FastUnwindTest.MisalignedFramePointer [ FAILED ] FastUnwindTest.FPBelowPrevFP [ FAILED ] FastUnwindTest.CloseToZeroFrame ``` Reviewed By: SixWeining, xen0n, MaskRay Differential Revision: https://reviews.llvm.org/D137314
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. ================================