[all-commits] [llvm/llvm-project] 5d550b: [OpenMP] Move `__omp_rtl_data_environment' handlin...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Sep 8 07:59:00 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5d550bf41ca52348bf11a0fb357df01a5b1684c8
      https://github.com/llvm/llvm-project/commit/5d550bf41ca52348bf11a0fb357df01a5b1684c8
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2025-09-08 (Mon, 08 Sep 2025)

  Changed paths:
    M offload/include/device.h
    M offload/libomptarget/device.cpp
    M offload/plugins-nextgen/common/include/PluginInterface.h
    M offload/plugins-nextgen/common/src/PluginInterface.cpp
    M offload/plugins-nextgen/host/src/rtl.cpp

  Log Message:
  -----------
  [OpenMP] Move `__omp_rtl_data_environment' handling to OpenMP (#157182)

Summary:
This operation is done every time we load a binary, this behavior should
be moved into OpenMP since it concerns an OpenMP specific data struct.
This is a little messy, because ideally we should only be using public
APIs, but more can be extracted later.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list