[all-commits] [llvm/llvm-project] 280930: Remove small data limit for riscv64.*android triples
AdityaK via All-commits
all-commits at lists.llvm.org
Wed Jun 14 23:17:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 280930816fe0ddbf183a077296e32a87be1f8a8a
https://github.com/llvm/llvm-project/commit/280930816fe0ddbf183a077296e32a87be1f8a8a
Author: AdityaK <1894981+hiraditya at users.noreply.github.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/test/CodeGen/RISCV/riscv-sdata-module-flag.c
M clang/test/Driver/riscv-sdata-warning.c
Log Message:
-----------
Remove small data limit for riscv64.*android triples
On Android GP register has been repurposed for SCS so there is no need to have .sdata section.
Reviewers: enh, craig.topper, pirama, kito-cheng, jrtc27
Differential Revision: https://reviews.llvm.org/D151512
More information about the All-commits
mailing list