[all-commits] [llvm/llvm-project] 2538e5: [Sanitizer] [Scudo] Add riscv64 support for scudo
joshua-arch1 via All-commits
all-commits at lists.llvm.org
Sat Mar 18 23:38:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2538e550420fed5036d224fd93e9145c845f0ffe
https://github.com/llvm/llvm-project/commit/2538e550420fed5036d224fd93e9145c845f0ffe
Author: Jun Sha (Joshua) <cooper.joshua at linux.alibaba.com>
Date: 2023-03-18 (Sat, 18 Mar 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Linux.cpp
M clang/test/Driver/fsanitize.c
M compiler-rt/cmake/Modules/AllSupportedArchDefs.cmake
Log Message:
-----------
[Sanitizer] [Scudo] Add riscv64 support for scudo
Enable Scudo on RISCV64 on both clang side and compiler-rt side.
Reviewers: cryptoad, eugenis, vitalybuka, luismarques, hiraditya
Reviewed By: vitalybuka, luismarques
Differential Revision: https://reviews.llvm.org/D137397
More information about the All-commits
mailing list