[Openmp-commits] [openmp] 77197b5 - [OpenMP] Export `ompx::` symbols from the device runtime

Johannes Doerfert via Openmp-commits openmp-commits at lists.llvm.org
Mon Dec 19 14:48:15 PST 2022


Author: Johannes Doerfert
Date: 2022-12-19T14:46:54-08:00
New Revision: 77197b56512df3cd47ae546c1d2740f26f00d301

URL: https://github.com/llvm/llvm-project/commit/77197b56512df3cd47ae546c1d2740f26f00d301
DIFF: https://github.com/llvm/llvm-project/commit/77197b56512df3cd47ae546c1d2740f26f00d301.diff

LOG: [OpenMP] Export `ompx::` symbols from the device runtime

Differential Revision: https://reviews.llvm.org/D140335

Added: 
    

Modified: 
    openmp/libomptarget/DeviceRTL/src/exports

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/DeviceRTL/src/exports b/openmp/libomptarget/DeviceRTL/src/exports
index b09e5b09e4d0..0a23157cbb09 100644
--- a/openmp/libomptarget/DeviceRTL/src/exports
+++ b/openmp/libomptarget/DeviceRTL/src/exports
@@ -2,6 +2,8 @@ omp_*
 *llvm_*
 __kmpc_*
 
+_ZN4ompx*
+
 __keep_alive
 IsSPMDMode
 


        


More information about the Openmp-commits mailing list