commit | 92bba68634ec48c738d45bc86b05b1390aa82f4b | [log] [tgz] |
---|---|---|
author | Joseph Huber <huberjn@outlook.com> | Wed Apr 23 08:16:39 2025 -0500 |
committer | GitHub <noreply@github.com> | Wed Apr 23 08:16:39 2025 -0500 |
tree | 6017b877db5bbe1c04aa6b26f5beaeda97648675 | |
parent | 5b0cd17c386ecd126c7f0ab514413bab8222b421 [diff] |
[Offload] Fix handling of 'bare' mode when environment missing (#136794) Summary: We treated the missing kernel environment as a unique mode, but it was kind of this random bool that was doing the same thing and it explicitly expects the kernel environment to be zero. It broke after the previous change since it used to default to SPMD and didn't handle zero in any of the other cases despite being used. This fixes that and queries for it without needing to consume an error.
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, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.