[libc-commits] [PATCH] D156329: [libc] Fix GPU tests failing after recent changes
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jul 26 06:39:31 PDT 2023
jhuber6 created this revision.
jhuber6 added reviewers: elmcdonough, jplehr, sivachandra, lntue.
Herald added projects: libc-project, All.
Herald added a subscriber: libc-commits.
jhuber6 requested review of this revision.
Summray:
We landed some extra math support, which is apparently broken on the
max / min functions. the `mod` functions cannot be tested as they use
`std::limits` which don't exist in a freestanding environment. Also the
`blockstore` test seems to be broken. We will need to fix these in the
future but for now we need something in a workable state.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D156329
Files:
libc/test/src/__support/CMakeLists.txt
libc/test/src/math/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D156329.544341.patch
Type: text/x-patch
Size: 4771 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230726/057a6aea/attachment.bin>
More information about the libc-commits
mailing list