commit | a9b64bb3180dab6d28bf800a641f9a9ad54d2c0c | [log] [tgz] |
---|---|---|
author | Joseph Huber <huberjn@outlook.com> | Tue May 27 13:43:29 2025 -0500 |
committer | GitHub <noreply@github.com> | Tue May 27 13:43:29 2025 -0500 |
tree | 6f696baf36e75002239f441fea743bf59523609f | |
parent | 20f9f1fc02c294fa98d23e1cf1b09ea6d9679145 [diff] |
[Offload] Fix segfault when looking for host device name (#141632) Summary: This is done using the generic device into pointe, but no such thing exists for the host device, leading to a segfault. This patch fixes that for now, but in the future we should probably be more careful in general handling the possibility that the handle is null everywhere. Fixes: https://github.com/llvm/llvm-project/issues/141434
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.