[llvm-branch-commits] [llvm] [openmp] [openmp] Add support for Arm64X to libomp (PR #176157)
David Truby via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jan 29 06:36:24 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)
----------------
DavidTruby wrote:
There's no other way to ensure that the repro file is available in time; the repro file is needed in the runtimes-configure step to strip the arguments out of it and add them to the targets for aarch64, and it's generated by the openmp build for arm64ec. I can't really see a way around this unfortunately.
https://github.com/llvm/llvm-project/pull/176157
More information about the llvm-branch-commits
mailing list