[all-commits] [llvm/llvm-project] c9b7ef: [libc++][test] Cover RISC-V in string.capacity test
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Thu Sep 7 08:46:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9b7ef400543796de20395c9a53e0ba08dfcf3f4
https://github.com/llvm/llvm-project/commit/c9b7ef400543796de20395c9a53e0ba08dfcf3f4
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp
Log Message:
-----------
[libc++][test] Cover RISC-V in string.capacity test
Prior to this patch, libcxx/test/libcxx/strings/basic.string/string.capacity/max_size.pass.cpp
would fail for RISC-V. The __riscv macro is defined for both RV32 and RV64.
Differential Revision: https://reviews.llvm.org/D143158
More information about the All-commits
mailing list