[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:31 PST 2026


================
@@ -707,3 +707,9 @@ if(build_runtimes)
     set_property(GLOBAL APPEND PROPERTY LLVM_ALL_ADDITIONAL_TEST_TARGETS runtimes ${extra_deps})
   endif()
 endif()
+
+if(LIBOMP_ENABLE_ARM64X)
+  # TODO: This only needs to depend on openmp-arm64ec-pc-windows-msvc, but the 
+  # openmp targets set up for cross build runtimes don't currently work correctly.
+  add_dependencies(runtimes-configure runtimes-arm64ec-pc-windows-msvc-build)
----------------
Meinersbur wrote:

I don't think `runtimes-configure` should run a build step

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


More information about the llvm-branch-commits mailing list