[Openmp-commits] [PATCH] D140335: [OpenMP] Export `ompx::` symbols from the device runtime
    Johannes Doerfert via Phabricator via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Mon Dec 19 14:48:20 PST 2022
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rG77197b56512d: [OpenMP] Export `ompx::` symbols from the device runtime (authored by jdoerfert).
Herald added a project: OpenMP.
Herald added a subscriber: openmp-commits.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D140335/new/
https://reviews.llvm.org/D140335
Files:
  openmp/libomptarget/DeviceRTL/src/exports
Index: openmp/libomptarget/DeviceRTL/src/exports
===================================================================
--- openmp/libomptarget/DeviceRTL/src/exports
+++ openmp/libomptarget/DeviceRTL/src/exports
@@ -2,6 +2,8 @@
 *llvm_*
 __kmpc_*
 
+_ZN4ompx*
+
 __keep_alive
 IsSPMDMode
 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140335.484086.patch
Type: text/x-patch
Size: 287 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221219/54ac7b64/attachment.bin>
    
    
More information about the Openmp-commits
mailing list