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