[all-commits] [llvm/llvm-project] 9d0258: [libc] Remove support for atomic test due to faili...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu May 4 12:33:22 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9d0258e3634cec005ceb00e1b664f2f93b2625d8
https://github.com/llvm/llvm-project/commit/9d0258e3634cec005ceb00e1b664f2f93b2625d8
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2023-05-04 (Thu, 04 May 2023)
Changed paths:
M libc/test/src/__support/CPP/CMakeLists.txt
Log Message:
-----------
[libc] Remove support for atomic test due to failing on sm_60
This test fails on sm_60 because of the atomics codegen. We test atomics
indirectly with the `rpc` so we still have coverage.
Differential Revision: https://reviews.llvm.org/D149887
More information about the All-commits
mailing list