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