[all-commits] [llvm/llvm-project] d25f1a: Add 64bit atomic check in the is_always_lock_free_...
simpal01 via All-commits
all-commits at lists.llvm.org
Wed Oct 9 06:19:33 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d25f1a19c8cc68f3ff4659192605d39c35474cc8
https://github.com/llvm/llvm-project/commit/d25f1a19c8cc68f3ff4659192605d39c35474cc8
Author: simpal01 <simi.pallipurath at arm.com>
Date: 2024-10-09 (Wed, 09 Oct 2024)
Changed paths:
M libcxx/test/std/atomics/atomics.lockfree/is_always_lock_free.pass.cpp
Log Message:
-----------
Add 64bit atomic check in the is_always_lock_free_pass test. (#111540)
Currently this test is completely xfailed as part of the patch
https://github.com/llvm/llvm-project/pull/106077. But this test works on
A and R profile, not in v7M profile. Because the test contain cases in
which m-profile will fail for atomic types greater than 4 bytes in size.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list