[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
https://github.com/Meinersbur commented:
Can you describe what the pipeline is? I imagine something like
1. building LLVM_ENABLE_PROJECTS (llvm, clang, etc)
3. building runtimes-arm64ec-pc-windows-msvc-bins with `/linkreprofullpathrsp:omp.rsp`
4. building runtimes-aarch64-pc-windows-msvc-bins with `/DEF:omp.rsp`
Is this correct?
What do I have to do when not using the bootstrapping build?
@jhuber6 Is there a means already for inter-dependent runtime targets to build fat binaries?
https://github.com/llvm/llvm-project/pull/176157
More information about the llvm-branch-commits
mailing list