[PATCH] D140400: [clang][RISCV][NFC] Combine RV32/RV64 ABI tests into single files

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 1 23:36:53 PST 2023


MaskRay added inline comments.


================
Comment at: clang/test/CodeGen/RISCV/riscv32-abi.c:890
+// ILP32-ILP32F-ILP32D:  entry:
+//
+void f_int64_double_s_arg(struct int64_double_s a) {}
----------------
These `^//$` lines immediately before the code should be removed.


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

https://reviews.llvm.org/D140400



More information about the llvm-commits mailing list