[libcxx-commits] [libcxxabi] [libcxxabi][test][VE] Relax test configucation (PR #67387)
Kazushi Marukawa via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 4 07:46:17 PDT 2023
================
@@ -26,15 +26,21 @@
using namespace __cxxabiv1;
+#ifndef __ve__
----------------
kaz7 wrote:
@ldionne -san, do you havee any idea to implement this kind of limitation in common methods?
We can use `std::thread_:hardware_concurrency()` for at least `constexpr int ConcurrentRunsPerTest = 8;`... Thanks anyway.
https://github.com/llvm/llvm-project/pull/67387
More information about the libcxx-commits
mailing list