[libc-commits] [libc] [libc] Enable missing memory tests on the GPU (PR #68111)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Thu Oct 5 08:51:39 PDT 2023
jhuber6 wrote:
I've landed the patch that replaces the memory functions with builtins. This patch enables us actually testing them. The only significant change is that I make a more usable name for the test target, it used to be like `libc.test.src.string.libc.src.string.memcpy_test` and now it's `libc.test.src.string.memcpy_test`.
https://github.com/llvm/llvm-project/pull/68111
More information about the libc-commits
mailing list