diff options
author | Joseph Huber <huberjn@outlook.com> | 2025-02-06 08:24:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-06 08:24:01 -0600 |
commit | f1e917d07bd16b7d3e27ddd37d76f75f9ac97f96 (patch) | |
tree | 5550d8f2b0d0e6d098f9e1724e4ba56930dbeaf4 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | e833e5276cab9a678b830dd46e87bfba3c700ca9 (diff) | |
download | llvm-f1e917d07bd16b7d3e27ddd37d76f75f9ac97f96.zip llvm-f1e917d07bd16b7d3e27ddd37d76f75f9ac97f96.tar.gz llvm-f1e917d07bd16b7d3e27ddd37d76f75f9ac97f96.tar.bz2 |
[Offload] Unify offloading entries into a single section (#125731)
Summary:
This patch unifies the existing offloading entires into a single section
called `llvm_offload_entires`. This lets us use a more unified
offloading infrastructure so that all targets share the same handling.
The effect is that people in the runtimes now need to check if the kind
is what they expect, but the expectation is that you can combine
multiple potential providers into a compile job. Doesn't fully work
yet because of other runtime issues, but some day. Mostly this helps the
future of liboffload where we want to handle different languages than
OpenMP.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions