[libc-commits] [PATCH] D139839: [libc] Add a loader utility for AMDHSA architectures for testing
Joseph Huber via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Dec 12 07:56:55 PST 2022
jhuber6 updated this revision to Diff 482130.
jhuber6 added a comment.
Changing to `amdhsa_crt` and addressing other comments.
One problem with the existing test is it doesn't provide good terminal output on success or failure, is there a good way to have CMake print out a pass/fail for these?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139839/new/
https://reviews.llvm.org/D139839
Files:
libc/CMakeLists.txt
libc/test/CMakeLists.txt
libc/test/utils/tools/CMakeLists.txt
libc/test/utils/tools/DeviceLoader/CMakeLists.txt
libc/test/utils/tools/DeviceLoader/DeviceMain.cpp
libc/utils/CMakeLists.txt
libc/utils/DeviceLoader/CMakeLists.txt
libc/utils/DeviceLoader/Loader.h
libc/utils/DeviceLoader/Main.cpp
libc/utils/DeviceLoader/amdgpu/CMakeLists.txt
libc/utils/DeviceLoader/amdgpu/Loader.cpp
libc/utils/DeviceLoader/amdgpu/Start.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139839.482130.patch
Type: text/x-patch
Size: 24845 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221212/a37f586c/attachment-0001.bin>
More information about the libc-commits
mailing list