| commit | 5fa55b2dfc2ca8ae04ad23ce0d702a24963f42af | [log] [tgz] |
|---|---|---|
| author | antoine moynault <antoine.moynault@linaro.org> | Tue Jun 24 10:51:26 2025 +0200 |
| committer | GitHub <noreply@github.com> | Tue Jun 24 10:51:26 2025 +0200 |
| tree | 0fbd94049243c7dec9dfde87e6a97bae16e44093 | |
| parent | 73e4f8a71f2b19b479fc33ef7b05728593cf1d3c [diff] |
Revert "[flang][OpenMP] Skip runtime mapping with no offload targets (#144534)" (#145478) And also revert 6ba1955 "[flang][OpenMP] Fix ignore-target-data.f90 test" As it causes several bot failures https://github.com/llvm/llvm-project/pull/144534#issuecomment-2995303224
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.