[llvm] [openmp] [WIP] Offload standalone (PR #88957)

via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 16 15:46:05 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)
----------------
estewart08 wrote:

Because right below LIBOMP_HAVE_OMPT_SUPPORT needs it and the standalone build of offload is not aware of LIBOMP_ARCH.

https://github.com/llvm/llvm-project/pull/88957


More information about the llvm-commits mailing list