[clang][RISCV][NFC][test] Move riscv-abi.cpp and riscv{32,64}-*abi.c tests to use...
authorAlex Bradbury <asb@igalia.com>
Wed, 15 Mar 2023 15:35:01 +0000 (15:35 +0000)
committerAlex Bradbury <asb@igalia.com>
Wed, 15 Mar 2023 15:43:50 +0000 (15:43 +0000)
commit9f40e86dcc7f71e6a9e6ed2a8debd75516c253a8
tree9c7a368aa64de2ba16daf7bb1ac77bcfe7688ece
parent5cb8381aea5630a2d8d11d53e3a9f9ed7d5fbb52
[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
14 files changed:
clang/test/CodeGen/RISCV/riscv-abi.cpp
clang/test/CodeGen/RISCV/riscv32-ilp32-abi.c
clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-abi.c
clang/test/CodeGen/RISCV/riscv32-ilp32-ilp32f-ilp32d-abi.c
clang/test/CodeGen/RISCV/riscv32-ilp32d-abi.c
clang/test/CodeGen/RISCV/riscv32-ilp32f-abi.c
clang/test/CodeGen/RISCV/riscv32-ilp32f-ilp32d-abi.c
clang/test/CodeGen/RISCV/riscv32-vararg.c [new file with mode: 0644]
clang/test/CodeGen/RISCV/riscv64-lp64-abi.c
clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-abi.c
clang/test/CodeGen/RISCV/riscv64-lp64-lp64f-lp64d-abi.c
clang/test/CodeGen/RISCV/riscv64-lp64d-abi.c
clang/test/CodeGen/RISCV/riscv64-lp64f-lp64d-abi.c
clang/test/CodeGen/RISCV/riscv64-vararg.c [new file with mode: 0644]