[PATCH] D142326: [clang][RISCV][test] Add test cases for empty structs and the FP calling conventions

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 07:29:32 PST 2023


luismarques added inline comments.


================
Comment at: clang/test/CodeGen/RISCV/abi-empty-structs.c:1
+// NOTE: Assertions have been autogenerated by utils/update_cc_test_checks.py UTC_ARGS: --function-signature --full-function-signature --filter "^define |^entry:"
+// RUN: %clang_cc1 -triple riscv32 -target-feature +f -target-abi ilp32f -emit-llvm %s -o - \
----------------
Assume you updated this test with the not yet committed `--full-function-signature` option and forgot to remove that before updating the patch?
Please also check if the newly added `%s` below are supposed to be there.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142326/new/

https://reviews.llvm.org/D142326



More information about the llvm-commits mailing list