commit | ba77c160aada87af42d2ec41b0d1ab0ae242cb80 | [log] [tgz] |
---|---|---|
author | Joseph Huber <[email protected]> | Fri Aug 25 17:51:57 2023 |
committer | Joseph Huber <[email protected]> | Mon Aug 28 17:15:29 2023 |
tree | f8c5b83a0d253d53797aee59b5fbeb50a442a27c | |
parent | 747836c5dde8ec01bb589b652822179e93d3e32d [diff] |
[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
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, or #llvm IRC channel on OFTC.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.