| commit | 8231dd71cb7dce489f4499a4e4f0ec149e858087 | [log] [tgz] |
|---|---|---|
| author | Krzysztof Parzyszek <Krzysztof.Parzyszek@amd.com> | Wed Jun 25 07:10:08 2025 -0500 |
| committer | GitHub <noreply@github.com> | Wed Jun 25 07:10:08 2025 -0500 |
| tree | 4baf93cdea122a3ae35a3e63ede616a254b10ab2 | |
| parent | 7ff0d28f2e1ab9bbaa12c0a98d96aed0d4b638e1 [diff] |
[flang][OpenMP] Skip runtime mapping with no offload targets (#145594) When no offload targets are specified flang will avoid offloading for "target" constructs, but not "target data" constructs. This patch makes the behavior consistent across all offload-related operations. While ignoring "target" may produce semantically incorrect code, it may still be a useful debugging tool. -- This reinstates commits 6ba1955 and 349f8d6, reverted due to compilation failures in the gfortran test suite. These build problems were caused by an unrelated issue (https://github.com/llvm/llvm-project/issues/145558) which is now fixed. Ref: https://github.com/llvm/llvm-project/pull/144534
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.