[Lldb-commits] [PATCH] D82866: [LLDB] Test SVE dynamic resize with multiple threads
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 10 01:04:59 PST 2020
labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_dynamic_resize/main.c:58
+void *thread_func(void *x_void_ptr) {
+ if (*((int *)x_void_ptr) == 0) {
+ prctl(PR_SVE_SET_VL, 8 * 4);
----------------
It looks like it would be simpler if these were two functions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82866/new/
https://reviews.llvm.org/D82866
More information about the lldb-commits
mailing list