[llvm-branch-commits] [llvm] [openmp] [openmp] Add support for Arm64X to libomp (PR #176157)
Michael Kruse via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 27 07:20:33 PST 2026
================
@@ -458,3 +463,9 @@ set(LIBOMP_OMP_TOOLS_INCLUDE_DIR ${LIBOMP_OMP_TOOLS_INCLUDE_DIR} PARENT_SCOPE)
# make these variables available for tools/libompd:
set(LIBOMP_SRC_DIR ${LIBOMP_SRC_DIR} PARENT_SCOPE)
set(LIBOMP_OMPD_SUPPORT ${LIBOMP_OMPD_SUPPORT} PARENT_SCOPE)
+
+# Set up the targets we want to build arm64x libs for
+if(LIBOMP_ENABLE_ARM64X)
+ set(ARM64X_TARGETS omp ompimp)
+ handle_arm64x()
----------------
Meinersbur wrote:
```suggestion
handle_arm64x(omp ompimp)
```
pass the targets are arguments?
https://github.com/llvm/llvm-project/pull/176157
More information about the llvm-branch-commits
mailing list