[all-commits] [llvm/llvm-project] 2de4f1: [LSan][RISCV] Enable LSan for RISCV64
Luís Marques via All-commits
all-commits at lists.llvm.org
Sun Jan 31 13:54:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2de4f19ecdb275bcbc6e7ee8368c19a63f99db88
https://github.com/llvm/llvm-project/commit/2de4f19ecdb275bcbc6e7ee8368c19a63f99db88
Author: Luís Marques <luismarques at lowrisc.org>
Date: 2021-01-31 (Sun, 31 Jan 2021)
Changed paths:
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/test/Driver/fsanitize.c
M compiler-rt/cmake/config-ix.cmake
M compiler-rt/lib/lsan/lsan_allocator.h
M compiler-rt/lib/lsan/lsan_common.h
M compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
M compiler-rt/lib/sanitizer_common/sanitizer_platform_interceptors.h
M compiler-rt/test/asan/lit.cfg.py
M compiler-rt/test/lsan/TestCases/use_registers.cpp
M compiler-rt/test/lsan/lit.common.cfg.py
M compiler-rt/test/sanitizer_common/print_address.h
Log Message:
-----------
[LSan][RISCV] Enable LSan for RISCV64
Fixes the broken RISCV64 implementation of `internal_clone` and
adds RISCV64 support for LSan.
Differential Revision: https://reviews.llvm.org/D92403
More information about the All-commits
mailing list