[all-commits] [llvm/llvm-project] a74251: [clang][RISCV][test] Add test cases for empty stru...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Sun Mar 26 08:14:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a742511cbe9ada478e8a42847f443aa807bb147c
https://github.com/llvm/llvm-project/commit/a742511cbe9ada478e8a42847f443aa807bb147c
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-03-26 (Sun, 26 Mar 2023)
Changed paths:
A clang/test/CodeGen/RISCV/abi-empty-structs.c
Log Message:
-----------
[clang][RISCV][test] Add test cases for empty structs and the FP calling conventions
As reported in https://github.com/llvm/llvm-project/issues/58929, Clang
currently differs from GCC in the handling of empty structs. This commit
adds some test coverage for the handling of such structs.
A follow-up patch implements a fix to match g++.
Differential Revision: https://reviews.llvm.org/D142326
More information about the All-commits
mailing list