[all-commits] [llvm/llvm-project] 68e561: [Sanitizer][RISCV] Fix FastUnwindTest
Luís Marques via All-commits
all-commits at lists.llvm.org
Sun Jan 31 16:00:42 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 68e5614b42823cc1eef48916e1e6f551ad61a055
https://github.com/llvm/llvm-project/commit/68e5614b42823cc1eef48916e1e6f551ad61a055
Author: Luís Marques <luismarques at lowrisc.org>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M compiler-rt/lib/sanitizer_common/tests/sanitizer_stacktrace_test.cpp
Log Message:
-----------
[Sanitizer][RISCV] Fix FastUnwindTest
Fixes the `FastUnwindTest` unit test for RISC-V.
These changes reflect the different stack organization commonly used for
that architecture.
Differential Revision: https://reviews.llvm.org/D90574
More information about the All-commits
mailing list