llvm-capstone/libc/utils
Joseph Huber c850ea1498 [libc] Support fopen / fclose on the GPU
This patch adds the necessary support for the fopen and fclose functions
to work on the GPU via RPC. I added a new test that enables testing this
with the minimal features we have on the GPU. I will update it once we
have `fread` and `fwrite` to actually check the outputted strings. For
now I just relied on checking manually via the outpuot temp file.

Reviewed By: JonChesterfield, sivachandra

Differential Revision: https://reviews.llvm.org/D154519
2023-07-05 18:31:58 -05:00
..
buildbot [libc] Add python3 to libc buildbot depedencies. 2020-12-17 08:59:13 -08:00
gpu [libc] Support fopen / fclose on the GPU 2023-07-05 18:31:58 -05:00
HdrGen [libc][NFC] Clean up clang-tidy warnings for src/__support and src/math. 2023-03-15 18:47:31 -04:00
LibcTableGenUtil [libc] update LibcTableGenUtil for LLVM_LINK_LLVM_DYLIB 2023-03-11 09:15:06 -08:00
mathtools [libc] add options to printf decimal floats 2023-06-08 14:23:15 -07:00
MPFRWrapper [libc] fix MPFR rounding problems in fuzz test 2023-07-05 10:53:40 -07:00
CMakeLists.txt [libc][NFC] Move RoundingModeUtils to LibcFPTestHelpers. 2023-04-18 18:37:30 +00:00