[Openmp-commits] [PATCH] D127432: [Libomptarget] Add support for offloading binaries in libomptarget
    Joseph Huber via Phabricator via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Wed Jun 15 10:48:10 PDT 2022
    
    
  
jhuber6 updated this revision to Diff 437244.
jhuber6 added a comment.
Changing the vector to a list so we always have stable pointers. Reserving a vector doesn't work because of shared libraries, also storing the extract information in the list as well.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127432/new/
https://reviews.llvm.org/D127432
Files:
  openmp/libomptarget/include/OffloadBinary.h
  openmp/libomptarget/include/device.h
  openmp/libomptarget/include/omptarget.h
  openmp/libomptarget/include/omptargetplugin.h
  openmp/libomptarget/include/rtl.h
  openmp/libomptarget/src/rtl.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127432.437244.patch
Type: text/x-patch
Size: 11141 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20220615/63fd62dc/attachment.bin>
    
    
More information about the Openmp-commits
mailing list