llvm-capstone/libc/test
Joseph Huber ba77c160aa [libc] Add more test cases to the argument list tests
This patch adds some extra cases to the existing argument list test in
`libc`, mainly dealing with arguments of varying sizes and primitive
types.

The purpose of this patch is to provide a wider test area when we begin
to provide varargs support on the GPU as there is no other runtime code
that really tests it. So, running these tests more exhaustively in the
GPU libc project will serve as the runtime tests for GPU vararg support in
D158246.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D158867
2023-08-28 12:15:29 -05:00
..
integration [libc] Remove test RPC opcodes from the exported header 2023-07-21 15:36:36 -05:00
IntegrationTest
src [libc] Add more test cases to the argument list tests 2023-08-28 12:15:29 -05:00
UnitTest [libc] Better IntegerToString API 2023-08-09 07:33:29 +00:00
utils
CMakeLists.txt