[libc-commits] [PATCH] D149517: [libc] Enable running libc unit tests on AMDGPU
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed May 3 13:38:53 PDT 2023
jhuber6 updated this revision to Diff 519232.
jhuber6 added a comment.
Update to support more entrypoints. This gets rid of the string conversion
entrypoints until we can figure out how to make the errno asserts work. Also I
had to somewhat hack around weird compiler behaviour. It's not ideal but since
it still tests the functionality I think it should be sufficient for now as I
prepare a bug report.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149517/new/
https://reviews.llvm.org/D149517
Files:
libc/cmake/modules/LLVMLibCCheckCpuFeatures.cmake
libc/config/gpu/entrypoints.txt
libc/test/CMakeLists.txt
libc/test/UnitTest/CMakeLists.txt
libc/test/src/CMakeLists.txt
libc/test/src/__support/CMakeLists.txt
libc/test/src/__support/File/CMakeLists.txt
libc/test/src/__support/blockstore_test.cpp
libc/test/src/errno/CMakeLists.txt
libc/test/src/stdio/CMakeLists.txt
libc/test/src/string/StrchrTest.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149517.519232.patch
Type: text/x-patch
Size: 6630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230503/946b309a/attachment.bin>
More information about the libc-commits
mailing list