commit | ea707baca2f73d503849d2b7429c7507314bff6b | [log] [tgz] |
---|---|---|
author | Joseph Huber <huberjn@outlook.com> | Fri Mar 29 07:19:22 2024 -0500 |
committer | GitHub <noreply@github.com> | Fri Mar 29 07:19:22 2024 -0500 |
tree | 267566558482602291e2fe48c160a2485561c062 | |
parent | 76ba3c8e64ed33daf5ddf7d507cbbdeae7a50235 [diff] |
[Libomptarget][NFCI] Move logic out of PluginAdaptorTy (#86971) Summary: This patch removes most of the special handling from the `PluginAdaptorTy` in preparation for changing this to be the `GenericPluginTy`. Doing this requires that the OpenMP specific handling of stuff like device offsets be contained within the OpenMP plugin manager. Generally this was uninvasive expect for the change to tracking the offset and size of the used devices. The eaiest way I could think to do this was to use some maps, which double as indicators for which plugins have devices active. This should not affect the logic.
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.