[all-commits] [llvm/llvm-project] 9d0e5e: [RISCV] Reserve X18 by default for Android
AdityaK via All-commits
all-commits at lists.llvm.org
Tue Mar 14 23:43:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d0e5e79b0f355218b2a64f0d54507b96adb71eb
https://github.com/llvm/llvm-project/commit/9d0e5e79b0f355218b2a64f0d54507b96adb71eb
Author: AdityaK <1894981+hiraditya at users.noreply.github.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M clang/test/Driver/sanitizer-ld.c
M llvm/lib/TargetParser/RISCVTargetParser.cpp
M llvm/test/CodeGen/RISCV/reserved-regs.ll
Log Message:
-----------
[RISCV] Reserve X18 by default for Android
Reserve X18 even when -fsanitize=shadow-call-stack is not enabled.
Based on: https://reviews.llvm.org/D143355
Reviewed by: asb, samitolvanen, phosek, MaskRay
Differential Revision: https://reviews.llvm.org/D145999
More information about the All-commits
mailing list