[Openmp-commits] [llvm] [openmp] [WIP] Offload standalone (PR	#88957)
    Joseph Huber via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Tue Apr 16 13:06:09 PDT 2024
    
    
  
================
@@ -0,0 +1,51 @@
+# Check if OMPT support is available
+# Currently, __builtin_frame_address() is required for OMPT
+# Weak attribute is required for Unices (except Darwin), LIBPSAPI is used for Windows
+if(NOT LIBOMP_ARCH)
----------------
jhuber6 wrote:
Why do we need LIBOMP_ARCH here?
https://github.com/llvm/llvm-project/pull/88957
    
    
More information about the Openmp-commits
mailing list