[all-commits] [llvm/llvm-project] 9f40e8: [clang][RISCV][NFC][test] Move riscv-abi.cpp and r...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Wed Mar 15 08:45:38 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f40e86dcc7f71e6a9e6ed2a8debd75516c253a8
https://github.com/llvm/llvm-project/commit/9f40e86dcc7f71e6a9e6ed2a8debd75516c253a8
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-03-15 (Wed, 15 Mar 2023)
Changed paths:
M clang/test/CodeGen/RISCV/riscv-abi.cpp
M clang/test/CodeGen/RISCV/riscv32-ilp32-abi.c
M clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-abi.c
M clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-ilp32d-abi.c
M clang/test/CodeGen/RISCV/riscv32-ilp32d-abi.c
M clang/test/CodeGen/RISCV/riscv32-ilp32f-abi.c
M clang/test/CodeGen/RISCV/riscv32-ilp32f-ilp32d-abi.c
A clang/test/CodeGen/RISCV/riscv32-vararg.c
M clang/test/CodeGen/RISCV/riscv64-lp64-abi.c
M clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-abi.c
M clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-lp64d-abi.c
M clang/test/CodeGen/RISCV/riscv64-lp64d-abi.c
M clang/test/CodeGen/RISCV/riscv64-lp64f-lp64d-abi.c
A clang/test/CodeGen/RISCV/riscv64-vararg.c
Log Message:
-----------
[clang][RISCV][NFC][test] Move riscv-abi.cpp and riscv{32,64}-*abi.c tests to use update_cc_test_checks.py
This patch implements an initial step towards refactoring our ABI tests
(moving them to update_cc_test_checks.py). Future patches combine them.
Differential Revision: https://reviews.llvm.org/D134050
More information about the All-commits
mailing list