================
@@ -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
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to